Is there a way to disable number parsing? #457
Closed
50an6xy06r6n
started this conversation in
General
Replies: 1 comment
-
You can use value parser. Check for zip code format and return |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use-case where we're parsing an XML response that includes a zip code, and parsing those as numbers creates issues with leading zeroes on the zip code extension. Is there a way to disable number parsing entirely?
Beta Was this translation helpful? Give feedback.
All reactions