Able to access the field through focus using the tab key, even if the field is disabled
I have disabled the field (enabled: false), but still I can access the field using the tab key in web view. I have overwritten the code and raised a pull request
PR:- https://github.com/salim-lachdhaf/searchable_dropdown/pull/568
Hello, @NagaprabhuNagarajan I was struggling with the same issue and as a workaround I found that FocusableActionDetector widget can fix it, set the DropDownSearch as a child widget for FocusableActionDetector and set the the FocusableActionDetector: descendantsAreFocusable, descendantsAreTraversable field to false, that way I can disable all of the DropDownSearch focusability. It looks like there is no activity for this repo unfortunately.
issue not reproductible in the next version v6.0.0-pre. this version will be release in the next days.
to search from dropdown, you have just use Tab and space (tested on Widows).
Tab to navigate between widgets and space to click