react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

StringToDecimalModifier: handle sign on change and on paste

Open DovydasNavickas opened this issue 7 years ago • 0 comments

Handle pasted value extraction including the sign (+, -, no sign) and sign entering on value change. TransitionalValue enables adding signs and only the extraction regex has to be updated to accept the sign.

DovydasNavickas avatar Jun 09 '17 20:06 DovydasNavickas