Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searchable select in Bootstrap 5

Tags:

bootstrap-5

In Bootstrap 3 you had the option to add the attribute data-live-search="true" to enable live search.

How can I implement this feature in Bootstrap 5?

like image 562
Hello Avatar asked Feb 17 '26 10:02

Hello


1 Answers

You can use what is known as a Datalist in Bootstrap5 to achieve that. It works almost exactly like the Live Search that you mentioned

like image 110
ahmedazhar05 Avatar answered Feb 20 '26 20:02

ahmedazhar05