systelab / systelab-components

Systelab Angular common components
MIT License
14 stars 8 forks source link

Allow to configure the input text of spinner as readonly #823

Open pepgrifell opened 7 months ago

pepgrifell commented 7 months ago

Is your feature request related to a problem? Please describe. Sometimes there is the need to only allow the spinner to up and down values using the buttons. i.e: when usin g a spinner to add/remove rows in a grid.

Describe the solution you'd like Add an input variable to allow to set the input as readonly. There's already a 'disabled' variable but it disables the three components of the spinner (buttons and input text)

Describe alternatives you've considered

Additional context