ld-input #386
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Arpitha, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hello Arpitha, |
Beta Was this translation helpful? Give feedback.
Hello Arpitha,
the reason for why we hide the arrows is that we cannot style them consistently across different browsers and we were not happy with their default style in any of the major browsers. Implementing custom arrow buttons is a bit tricky, because they don't make much sense on touch devices, as they would be too small anyway, so you would need to detect touch devices and hide them accordingly. However, we still offer the possibility to use
type='number'
on theld-input
component as well as thestep
attribute in order to support input via keyboard. Please try it out using the arrow up and down buttons on your keyboard. If you think the arrow buttons are an important feature that w…