dropdown_button2
dropdown_button2 copied to clipboard
The package interferes with TextField
trafficstars
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.
Can you show a minimal sample that produces the issue?