open-formulieren / open-forms-sdk

A Javascript SDK for Open Forms
https://open-forms.readthedocs.io/en/stable/developers/sdk/index.html
Other
2 stars 6 forks source link

Ability to auto format postcode (and other?) components #627

Closed Viicos closed 9 months ago

Viicos commented 9 months ago

The current postcode component currently adds a space between the first four numbers and letters.

The postcode input of the addressNL component doesn't have this feature. It would be nice to find a solution that would ideally play well with accessibility.

sergei-maertens commented 9 months ago

Implemented this to update the value on blur in the React component for AddressNL formio component.