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
The AutoComplete component does not support arrays of integers, or if using dataSourceConfig, an integer in the text property. My assumption would be that the component would internally convert any submitted numbers to text and show those in the dropdown.
Steps to reproduce
Simply pass in an array of integers as the dataSource for the AutoComplete component.
The text was updated successfully, but these errors were encountered:
oliviertassinari
changed the title
AutoComplete does not support numbers for text in dropdown
[AutoComplete] does not support numbers for text in dropdown
Sep 18, 2016
Problem description
The AutoComplete component does not support arrays of integers, or if using
dataSourceConfig
, an integer in thetext
property. My assumption would be that the component would internally convert any submitted numbers to text and show those in the dropdown.Steps to reproduce
Simply pass in an array of integers as the
dataSource
for the AutoComplete component.Versions
The text was updated successfully, but these errors were encountered: