searchable_dropdown icon indicating copy to clipboard operation
searchable_dropdown copied to clipboard

Able to access the field through focus using the tab key, even if the field is disabled

Open NagaprabhuNagarajan opened this issue 2 years ago • 1 comments

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

image image

NagaprabhuNagarajan avatar May 30 '23 08:05 NagaprabhuNagarajan

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.

negulici-r-barnabas avatar Feb 27 '24 10:02 negulici-r-barnabas

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

salim-lachdhaf avatar Sep 11 '24 19:09 salim-lachdhaf