Topic: MDB Bootstrap Support

goldfarbdev priority asked 5 years ago


I'm actually using version 4.8.7.

I'm trying to find a solution that

1) Checks to see if there is data while typing in input field

2) Displays available data

3) Allows to enter new data 

I've tried the autocomplete and search in select options.  The autocomplete is only useful if you only have predefined options.  I believe the search in select would be good, but it just doesn't work on my application.  I copy and pasted your demo code and it remains disabled.

 

Please advise.  Thanks.

 

<Select getValue={ value => this.venueHandler(value)}>
<SelectInput selected="Choose your option" />
<SelectOptions search>
<SelectOption disabled>Choose your option</SelectOption>
<SelectOption>Option nr 1</SelectOption>
<SelectOption>Option nr 2</SelectOption>
<SelectOption>Option nr 3</SelectOption>
<SelectOption>Option nr 4</SelectOption>
<SelectOption>Option nr 5</SelectOption>
</SelectOptions>
</Select>

Jakub Mandra staff answered 5 years ago


Hi,

Do you have any console errors?
Does search work in the demo?

I would like to help find the solution of your main problem, but I'm not sure what do you want to achieve, my first thought was that the Autocomplete would fit your needs.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: 4.8.4
  • Device: Laptop
  • Browser: Chrome
  • OS: MacOS
  • Provided sample code: Yes
  • Provided link: No