Universeorange.com/Docs/

Priya library Function reference Element functions val

    ready(() => {
        const input = select('input[type="text"]');
        input.val('hello world');
        console.log(input.val());
    });

This function sets the value of an input (input.value).

Last modified: 2021-06-07

© 2021 universeorange.com