Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #101478
    Anonymous
    Inactive

    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

    #101479
    admin
    Keymaster

    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/

    #101480
    Anonymous
    Inactive

    Perfect, thank you for the reply Peter.
    Best regards,
    Walter

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.