Closed krysia1 closed 2 years ago
In Safari, dropdown button in combobox doesn't match the height of the input (see screenshot or open docs in Safari)
Note: It does match the height if you define it explicitly, like so
<Combobox openOnFocus width="100%" height={40} items={['Banana', 'Orange', 'Apple', 'Mango']} onChange={selected => console.log(selected)} placeholder="Fruit" />
The height of the button is the same as the height of the input, just like it is in Chrome (see screenshot)
Safari Version 14.1.2 (14611.3.10.1.7) also tested on Safari Version 14.0.3 (15610.4.3.1.7)
Problem
In Safari, dropdown button in combobox doesn't match the height of the input (see screenshot or open docs in Safari)
Note: It does match the height if you define it explicitly, like so
Expected behavior
The height of the button is the same as the height of the input, just like it is in Chrome (see screenshot)
Browser
Safari Version 14.1.2 (14611.3.10.1.7) also tested on Safari Version 14.0.3 (15610.4.3.1.7)