Replies: 3 comments 5 replies
-
Without looking at the code it should be using a btn-group. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Also related to #2266 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in #7421 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on NumericField, I noticed the 'spinner' editor has some issues. It's based on jQuery's spinner().
Layout of this field is not in line with the other fields (double border and different width):
(NumericField01 is the default editor, NumericField05 is the spinner editor).
It also has responsive issues:
I would like to change it to only use Bootstrap components, maybe something like this:
This would solve both the styling & responsive issues.
What's the group's take on this? Should I go and implement this?
Beta Was this translation helpful? Give feedback.
All reactions