Skip to main content
Inspiring
March 1, 2023
Respondido

Calculating automaticaly user input

  • March 1, 2023
  • 2 respostas
  • 540 Visualizações

Is there some way, and i know it is, just im not aware it of, to calculate automatically user input in second field.

So i want user to imput something in one field and as he types result is imidiately displayed in another field automaticaly.

First there woud be visible some default value, and calculated, and on click of a button, field got empty, and user can make his own input, and as he types, result is imidiately displyed in other field

 

thanks

    Este tópico foi fechado para respostas.
    Melhor resposta por Karlo283052097pk9

    I did find myself solution. Thank you all

    2 Respostas

    kglad
    Community Expert
    Community Expert
    March 1, 2023

    if you're using canvas/html5, you'll need to use a text input component and the code snippets give you a change event to utilize.

    Karlo283052097pk9AutorResposta
    Inspiring
    March 3, 2023

    I did find myself solution. Thank you all

    kglad
    Community Expert
    Community Expert
    March 3, 2023

    you're welcome 

    JoãoCésar17023019
    Community Expert
    Community Expert
    March 1, 2023

    Hi.

     

    AS3 or HTML5 Canvas?

    And can you give more details about exactly you're gonna be calculating/displaying?

     

    Regards,

    JC