need the Select component with searchable TextField caption with live search. example the Select component with cities or countries with fetched data from backend. after fix no show name of TextField after load data after fetching (as i show in issue and pull request).
example internal code
245 My pull request meets your requirements: if you bind the filterValue variable with a local variable you can change the items passed to Select component with a function that fetch from BackEnd the items based on the filterValue applied.
need the Select component with searchable TextField caption with live search. example the Select component with cities or countries with fetched data from backend. after fix no show name of TextField after load data after fetching (as i show in issue and pull request). example internal code