Increase size of Controls_Manager::NUMBER <input> field #18601
roland-jungwirth
announced in
Developers Community
Replies: 1 comment 1 reply
-
A possible solution would be to add some custom CSS:
How can I add custom CSS to my control? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my control
the user can input very small numbers. The current width of the rendered input field does not suffice to show all of it, see
As per the image, I also tried the
'label_block' => TRUE,
but that did not work. How can I increase the input field's width to take up the full width available?Beta Was this translation helpful? Give feedback.
All reactions