2024-10-02 13:38:10 -03:00
|
|
|
valueAsNumber getter:
|
2024-09-10 05:24:00 -03:00
|
|
|
number: 100
|
|
|
|
|
range: 100
|
2023-11-13 21:13:50 -03:00
|
|
|
hidden: NaN
|
|
|
|
|
text: NaN
|
|
|
|
|
search: NaN
|
|
|
|
|
tel: NaN
|
|
|
|
|
url: NaN
|
|
|
|
|
email: NaN
|
|
|
|
|
password: NaN
|
|
|
|
|
date: NaN
|
|
|
|
|
month: NaN
|
|
|
|
|
week: NaN
|
|
|
|
|
time: NaN
|
|
|
|
|
datetime-local: NaN
|
|
|
|
|
color: NaN
|
|
|
|
|
checkbox: NaN
|
|
|
|
|
radio: NaN
|
|
|
|
|
file: NaN
|
|
|
|
|
submit: NaN
|
|
|
|
|
image: NaN
|
|
|
|
|
reset: NaN
|
|
|
|
|
button: NaN
|
|
|
|
|
valueAsNumber setter:
|
2024-09-10 05:24:00 -03:00
|
|
|
number did not throw: 100
|
|
|
|
|
range did not throw: 100
|
2023-11-13 21:13:50 -03:00
|
|
|
hidden threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
text threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
search threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
tel threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
url threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
email threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
password threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
2025-02-23 07:34:06 -03:00
|
|
|
date did not throw: 0
|
2025-02-06 22:27:21 -03:00
|
|
|
month did not throw: 100
|
2025-08-11 04:07:27 -03:00
|
|
|
week did not throw: -259200000
|
2025-08-11 03:03:32 -03:00
|
|
|
time did not throw: 100
|
|
|
|
|
datetime-local did not throw: 100
|
2023-11-13 21:13:50 -03:00
|
|
|
color threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
checkbox threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
radio threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
file threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
submit threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
image threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
|
|
|
|
reset threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
2024-01-12 08:39:40 -03:00
|
|
|
button threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|