-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
In the documentation, demo, and tests I could not find any reference to how to extract the numeric value of the input through the use of the apparent _valueAsNumber
<NumericInput ref="myNumericInput"/>
this.refs.myNumericInput._valueAsNumber
>>undefined
this.refs.myNumericInput.valueAsNumber
>>undefined
this.refs.myNumericInput.refs.input.valueAsNumber
>>NaN
this.refs.myNumericInput.refs.input._valueAsNumber
>>undefined
this.refs.myNumericInput.refs.input.value
>>"5.00"
Can you please indicate how to use the _valueAsNumber property ?
Metadata
Metadata
Assignees
Labels
No labels