-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Actual Behavior
The Combobox component at medium scale is 34px tall, whereas all other form elements are 32px (at the same scale). This isn't a perceptible difference in vertical form layouts, but it makes alignment impossible for horizontal designs. I think this is a bug since scales seem to be based on multiples of 4.
The same difference is apparent at small and large scales as well.
Expected Behavior
When the Combobox is set to single-select, its height should be the same as that of all other form elements with the same scale.
Reproduction Sample
https://codepen.io/MitchelCox/pen/GRBzMKa
Reproduction Steps
Place Combobox alongside other form elements
Use flex to position them horizontally
Ensure that the combo box is set to single-select
Reproduction Version
1.0.3
Relevant Info
No response
Regression?
No response
Impact
As described above, this issue affects any application where horizontal alignment is important. This is not a functional bug, so it's not high-impact. However, the single-select Combobox is one of the most-used form elements in Web Analysis and is sometimes shown side-by-side with other inputs.
Esri team
ArcGIS Map Viewer