While working on my project, I noticed an inconsistency in how IconName is rendered between BitNumberField and BitTextField.
- In BitNumberField, the IconName appears inside the label.
- In BitTextField, the IconName appears near the input, which feels more intuitive and consistent with typical UI patterns.
I believe the correct behavior is the one in BitTextField, where the icon is shown near the input. If a user wants to display an icon in the label, they can already achieve this using a label template, similar to how BitTextField supports it.