Handlebars Helper | options #92

Closed
opened 2024-03-01 05:51:05 +00:00 by Eldritch-Oliver · 0 comments
Eldritch-Oliver commented 2024-03-01 05:51:05 +00:00 (Migrated from github.com)

This helper should accept an array of objects with keys label, value, and (optionally) disabled, and return the HTML for select options.

It should also accept an array of strings, which it should treat as if an array objects where label === value

This helper should accept an array of objects with keys `label`, `value`, and (optionally) `disabled`, and return the HTML for select `option`s. It should also accept an array of strings, which it should treat as if an array objects where `label === value`
Sign in to join this conversation.
No description provided.