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
Currently, Inputs.bind works fine for Inputs.select when{multiple:true}, but falls back to a single value when binding two vanilla HTML select boxes like so:
Currently,
Inputs.bind
works fine forInputs.select
when{multiple:true}
, but falls back to a single value when binding two vanilla HTML select boxes like so:This might be intended behaviour, but it would be useful if
selectedOptions
for two vanilla select boxes could be bound as well.The text was updated successfully, but these errors were encountered: