How can I set a character limit in my address fields?

Hello

We’d like to be able to set a character limit in our address fields - the default is 255 and this is causing problems with our carriers. We are shopify plus users - is there a way to do this?

Thanks

Using javascript set a character limit on the input elements.

You may need to do this after any dom changes signaled by a page event

https://stackoverflow.com/questions/9841363/how-to-restrict-number-of-characters-that-can-be-entered-in-html5-number-input-f

https://shopify.dev/themes/architecture/layouts/checkout-liquid#page-events