Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For Flet Dropdown, flutter widget replaced with DropdownMenu (#4885)
* Create dropdownmenu.dart * dropdownMenu properties * max_menu_height * inputDecorationTheme * icon * suffix and icon * editable, suffix_icon * suffix_icon * deprecated suffix * text_style * trailing_icon, selected_trailing_icon * Update dropdown_menu.py * select_icon * deprecations * label, label_style, deprecations * error_text * error_style * icon deprecated * border * border properties * helper text and style * text_size * content_padding * deprecated properties * deprecated properties * text_align * elevation * item_height deprecated * enable_filter, enable_search * cleanup * cleanup * DropdownOption alias for dropdown.Option * renamed to DropdownOld in python * renamed to dropdownOld in dart * renamed DropdownMenu to Dropdown in python * renamed in dart * renamed DropdownMenu to Dropdown in dart * renamed options control name, fixed test * cleanup * focus method for dropdown * autofocus * Update dropdown.dart * fixed editable property * dropdownm2 in dart * DropdownM2 in Python * Remove comments --------- Co-authored-by: Feodor Fitsner <[email protected]>
- Loading branch information