Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103546
    Dark Beccio
    Participant

    Hi,

    is there a textbox property i can set to convert the value in uppercase automatically?

    TY

    #103549
    ivanpeevski
    Participant

    Hi Dark Beccio,

     

    You can achieve this with some CSS.

    smart-input input{
    text-transform:uppercase;
    }

     

    Please note that this is only a visual change and doesn’t change the actual value of the input.

     

    Best regards,

    Ivan Peevski

    Smart UI Team
    https://www.htmlelements.com/

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