You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package Dropdown02 works great until the TextField is focused. The dropdown button is irresponsive (not open) after the TextField is clicked. Even after the Textfiled is unfocused (by unfocus() onClickOutside). Only option worked was to refresh whole widget to make it/dropdown work. Clicking the dropdown02 button made the TextField focused. This is why the dropdown button is not working.
Tried another dropdown, and it did not have any interference issue.
The text was updated successfully, but these errors were encountered:
The package Dropdown02 works great until the TextField is focused. The dropdown button is irresponsive (not open) after the TextField is clicked. Even after the Textfiled is unfocused (by unfocus() onClickOutside). Only option worked was to refresh whole widget to make it/dropdown work. Clicking the dropdown02 button made the TextField focused. This is why the dropdown button is not working.
Tried another dropdown, and it did not have any interference issue.
The text was updated successfully, but these errors were encountered: