Hi Wix Code
Can we set the min or max of input number to decimal? I was doing like this;
export function input1_onChange() {
$w(‘#input1’).min = .10;
$w(‘#input1’).max = .99;
}
somehow it says “The nearest valid value is 0.1.”
Note that input type is “NUMBER”.
Please advice or this maybe a bug.
Thanks,
DA