Martin Idel

Results 10 comments of Martin Idel

Thanks for your input. I'll try that, too. What I figured with my setup was that if I emitted both `input` and `change` at the same time, everything worked as...

Although this is a bit weird for readonly text areas, it does seem to be desired behaviour. Default textareas behave the same (e.g. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea_readonly), so I guess this is not...

I adapted the issue. Regarding the labels, I can create a PR if you like.

Any news here? Just wondering if you just haven't found the time yet or if there is anything wrong with this. Thank!

I added one minor commit to ensure that the description is immediately read by screen readers.

Hi, no big deal. Yes, I'm using my own branch with `npm pack` for now and it works well. Regarding the next major version I'm totally on board. We want...

I got this to work with the following: MODULE.bazel ``` bazel_dep( name = "protovalidate", version = "v0.10.0", ) # Can be removed or changed once https://github.com/bufbuild/protovalidate/issues/291 is resolved git_override( module_name...

I did a bit more digging and here is what I see: - aria-label has to be removed. It is also duplicate, because there is already a title, but even...

@smajl I agree - I added a PR that solves this. If you want, you can check it out! The aria-label on the input is gone and replaced by "aria-labelledby"...

@qxygene: Reactivity seems not to help. We have the same problem in various components and the rules are computed. This is a regression with respect to Vuetify 2.