-
-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
There is a visual height inconsistency between BitDropdown and BitNumberField.
When rendered on the same page with default styling:
and also lables are not equal:
and the label container div has 2px that makes the label of BitNumberField 32 px
at the end BitNumberField with it's label is:
and the BitDropdown with it's label is:
and the final look with default style is:

Even when using:
VerticalAlign="BitAlignment.End" inside BitStack, the components are still not perfectly aligned.
This creates small but visible misalignment in form layouts.
Expected Behavior
Both input components should have identical height when using default styles, so they align properly in forms and grid layouts.
Steps To Reproduce
- Add BitDropdown and BitNumberInput to the same page
- Use default styling (no custom CSS)
- Inspect elements in browser dev tools
- Compare computed height
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Investigating