

When using a placeholder in an input field, the label should be active.FIX: Options and RadioButtons did not listen to the disabled property.FIX: Options and Radios no longer use h6 element for labels, so they behave more like other labels.The rationale is that the checked values are only read initially, when the component is created. Select, Options, Radios use initialValue instead of checkedId (which is deprecated but still working).FIX: Select when using multiple keeps the dropdown open, dropdownOptions and classes are passed on creation.FIX: Tabs component selection did not work in Edge due to the way the select function was implemented in materialize-css.NEW: PasswordInput component to enter passwords.FIX: Chips did not initialize properly when onChange was not specified (e.g.FIX: Kanban did not trigger onChange when disabled, but with editable properties.FIX: Select when using multiple keeps the dropdown open, but re-initialize select when the options change.FIX: Kanban triggering too many onchange messages.FIX: Pagination did not highlight current item when item index exceeded size limit.FIX: Pagination did not properly compute the go forward disabled/enabled state.Pagination component simplified implementation.As the onchange created a closure, new attributes were not always updated as expected. Select, Option, Radio, Kanban: onchange is computed dynamically in the view, not only in oninit.Select disabled status is computed dynamically in the view, not only in oninit.

#Materialize modals update#
This allows you to dynamically update the selections without recreating the component.

Otherwise, it is treated the same as initialValue (which is only processed in oninit).
