You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to extract rawValue from MaskedInput as from the source it looks like e.target.value is being set with displayValue.
Requirement is to get RawValue and not the current value which contains the place-holders too.
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, closing this as have managed to access the getRawValue via refs. this.refs.maskedinput.mask.getRawValue() - If there's better way please let me know otherwise for now am able to get it work.
Hello,
How to extract rawValue from MaskedInput as from the source it looks like
e.target.value
is being set with displayValue.Requirement is to get RawValue and not the current value which contains the place-holders too.
Thanks!
The text was updated successfully, but these errors were encountered: