JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › Number input disabled spin buttons
Tagged: best number input, disabled numberinput, number input, number input component, numberinput
Hi, When I set disabled property of number input, the spin buttons it’s not disabled (is disabled only the input box). There is another property for this or I must disabled the buttons differently? Thank you in advance. Walter
Hi Walter, Thank you for the feedback. As a workaround, you may add this CSS
.smart-number-input[disabled] .nav .up,.smart-number-input[disabled] .nav .down { pointer-events: none;}
Best regards, Peter Stoev Smart UI Team https://www.htmlelements.com/
Perfect, thank you for the reply Peter. Best regards, Walter