Closed NigelWit closed 5 years ago
The currently defined Mask regex values available are:
export const DEFAULT_MASK_FORMAT_CHARS: { [key: string]: RegExp } = { '9': /[0-9]/, a: /[a-zA-Z]/, '*': /[a-zA-Z0-9]/ };
Would it please be possible to get an example of implementing a MaskTextField using a custom mask regex - for example /[0-9a-zA-z]_/ (alphanumeric and _)
/[0-9a-zA-z]_/
Thankyou!!
:tada:This issue was addressed in #9223, which has now been successfully released as office-ui-fabric-react@v6.187.0.:tada:
office-ui-fabric-react@v6.187.0
Handy links:
The currently defined Mask regex values available are:
Would it please be possible to get an example of implementing a MaskTextField using a custom mask regex - for example
/[0-9a-zA-z]_/
(alphanumeric and _)Thankyou!!