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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
This looks similar to Issue #392 except affects select inputs with the multiple attribute specified.
Using the same HTML code from Issue #392 with multiple attribute:
Click the Toggle button and then select one or more values. Then click the Toggle button again will produce this error:
With the stacktrace:
I did a really rough patch on _MultipleSelectionMode.onModelChange in directive/input_select.dart (see below). Seems to work in my limited testing.
The text was updated successfully, but these errors were encountered: