enter As Number
fun DomListener<KeyboardEvent, HTMLInputElement>.enterAsNumber(): Flow<Double>
Content copied to clipboard
Gives you the new value as Double from the targeting Element when enter is pressed.
Gives you the new value as Double from the targeting Element when enter is pressed.