TNG / ngqp

Declaratively synchronize form controls with the URL

Home Page:https://tng.github.io/ngqp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array values with multi: false need to be boxed

Airblader opened this issue · comments

I think that right now, if multi: false is used with an array-types value, we end up spreading the value across multiple URL query parameters anway. We probably need to box the URL parameter for non-multi parameters to avoid this.

Good morning to myself :-) Since we serialize to string and this is type checked there actually is no issue here.