Prerelease 0.12.1-rc1
Pre-release
Pre-release
Added
- Adds
requiredproperty toInputandSelect(PR 552) - Added
debounceandshow_initiallyprops toSpinner.debouncecan be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering.show_initiallycan be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. (PR 561) - Added
nameandvalueprops toButton, can be used to send additional data with form submissions. (PR 565)
Fixed
- Fix
toggleproperty ofDropdownMenuItemwhich can be used to prevent the parentDropdownMenufrom dismissing when that item is clicked on (PR 554)