Radoslav Karaivanov

Results 26 comments of Radoslav Karaivanov

@stany9g The custom events emitted from the component are "raw" DOM events, exposing the [standard set of event properties](https://developer.mozilla.org/en-US/docs/Web/API/Event#instance_properties). Attaching a Javascript event handler and calling `stopPropagation()` inside it, will...

Can you provide a more specific scenario? I assume this has to do with slotted buttons similar to the sample below. [![Edit sweet-ishizaka-d9zght](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/sweet-ishizaka-d9zght?fontsize=14&hidenavigation=1&theme=dark) If that is the case, then it's...

This is by design. The group is just a container controlling layout and focus/navigation state of the underlying `igc-radio` children. The value/checked state is handled by the radio components themselves...

@simeonoff What is the state of this issue and the accompanying PR?

@desig9stein Resurrecting an old issue, but can you test with the current version of the library?

Is that the native text-to-speech tool in OS or a specialized tool such as NVDA? I've tested with the both NVDA and the native Windows narrator and it does announce...

Closing this since we have gathered sufficient experience in designing the public API to meet the requirements of Blazor.

@desig9stein What is the status of this issue? Is it still reproducible, and if it is, will it be fixed?

@desig9stein Resurrecting an old issue, but can you test with the current version of the library?

@MayaKirova This is by design to mimic the native change event. > Depending on the kind of element being changed and the way the user interacts with the element, the...