Open
Description
Prerequisites
- I have searched for duplicate or closed issues
- I have validated any HTML to avoid common problems
- I have read the contributing guidelines
Describe the issue
Issue: Disappearance of the Select Dropdown Arrow When Using Autocomplete
Tested Browsers:
- Google Chrome
- Mozilla Firefox
Steps to Reproduce:
- Create a form that supports autocomplete (e.g., "state").
- Add a
select
field for autocomplete functionality. - Observe that the dropdown arrow for the
select
field disappears.
Example:
A live example of the issue can be seen here:
[CodePen Example](https://codepen.io/designer-professional/pen/ZYzVrLR)
Screenshot:
As shown in the screenshot, the dropdown arrow for the select
field vanishes when autocomplete is enabled, making it unclear to users that additional options are available in the field.
Reduced test cases
https://codepen.io/designer-professional/pen/ZYzVrLR
What operating system(s) are you seeing the problem on?
Linux, Windows
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
5.3.3
Activity