Rishabh Chauhan

Results 12 comments of Rishabh Chauhan

> Wouldn't `PlaceholderText` be better on `TextBoxBase`? Thanks for the suggestion. @miloush Initially we intended to add ```PlaceholderText``` property to ```TextBoxBase``` directly, however we didn't do that because it is...

@mslukebo Thanks for adding a fix to resolve the issue. The current solution will work for the sample mentioned in the issue, where the ```ListItem``` are directly added. However, in...

@mslukebo I am adding a sample application which contain 4 cases. https://github.com/rchauhan18/A11y-TestApplication/tree/master My suggestion is that the fix should work for all these cases. ### Case 1: ListItem directly added...

> @mslukebo I am adding a sample application which contain 4 cases. https://github.com/rchauhan18/A11y-TestApplication/tree/master My suggestion is that the fix should work for all these cases. > > ### Case 1:...

> Let's make it clear this is always going to be a best effort. Developer can trivially "circumvent" the counting, make the item empty, non-selectable etc. > > However, I...