2024-10-02 12:38:10 -04:00
|
|
|
valueAsNumber getter:
|
2024-09-10 09:24:00 +01:00
|
|
|
number: 100
|
|
|
|
|
range: 100
|
2023-11-14 00:13:50 +00: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 09:24:00 +01:00
|
|
|
number did not throw: 100
|
|
|
|
|
range did not throw: 100
|
2023-11-14 00:13:50 +00: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 23:34:06 +13:00
|
|
|
date did not throw: 0
|
2025-02-07 14:27:21 +13:00
|
|
|
month did not throw: 100
|
2025-08-11 09:07:27 +02:00
|
|
|
week did not throw: -259200000
|
2025-08-11 08:03:32 +02:00
|
|
|
time did not throw: 100
|
|
|
|
|
datetime-local did not throw: 100
|
2023-11-14 00:13:50 +00: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 12:39:40 +01:00
|
|
|
button threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|