developmentseed / stac-admin

UI to update collection and item meta data in STAC catalogs
MIT License
19 stars 2 forks source link

Emptying ArrayField leaves `[""]` #8

Closed oliverroick closed 11 months ago

oliverroick commented 11 months ago

Reproduce

  1. Add item ID in item search
  2. Remove the ID
  3. Submit the search

Actual outcome

The form submits with ids: [""]

Expected outcome

The form submits with ids: undefined