Greater-London-Authority / ldn-viz-tools

https://greater-london-authority.github.io/ldn-viz-tools/
1 stars 0 forks source link

Checkbox.svelte is missing 'name' field and 'id' should be optional #205

Closed PaulioRandall closed 6 months ago

PaulioRandall commented 8 months ago

Describe the issue

Regarding Checkbox.svelte:

  1. Required name field is missing. Can't submit a form using standard HTML form mechanics without it.
  2. id field should be optional as not always needed.