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
Add a multiple Dropdown component to an element.
Set allowAdditions to true (and its other required props).
Set type="number" to it.
Users can enter letters.
Expected Result
If the type of the input is number or date, for example, the allowAdditions feature should follow that.
I imagine it should also follow other rules like placeholder, pattern, etc.
Actually, if you inspect the add input and change its type to "number", it works regularly. So, I believe it's just a matter of copying some params down to the input.
Actual Result
An input of type text appears.
Version
^2.5.0
The text was updated successfully, but these errors were encountered:
Bug Report
Steps
Add a multiple Dropdown component to an element.
Set
allowAdditions
to true (and its other required props).Set
type="number"
to it.Users can enter letters.
Expected Result
If the type of the input is
number
ordate
, for example, theallowAdditions
feature should follow that.I imagine it should also follow other rules like
placeholder
,pattern
, etc.Actually, if you inspect the
add
input and change its type to "number", it works regularly. So, I believe it's just a matter of copying some params down to the input.Actual Result
An input of type text appears.
Version
^2.5.0
The text was updated successfully, but these errors were encountered: