Subhramitra Borkakati
Subhramitra Borkakati
Yes. Actually it's a common practice to have valid keyboard alternatives to meet accessibility standards. For our case, just clearing the selected field using keyboard was missing. Example: https://jedwatson.github.io/react-select/ And...
@selvagsz I have added the check and also a test case, just in case.
@selvagsz sorry to bother you again, did you have a chance to look at this PR ? I have a dependency on this little functionality. Thanks!
> However, you can achieve the same functionality by composing the component & handling the keyDown event. > > I'd prefer to wait for more feedbacks on this feature No...
> We have `showClear` to show the close icon on the rhs of the powerselect. Setting it to `false` will allow to you change the value but you can't clear...