Files
molecule-core/canvas
core-uiux eff258e46e fix(canvas/ConfigTab): add aria-label to fallback model input (WCAG 1.3.1)
The free-text model input (shown when /templates returns no models for
the runtime) had a visual <label>Model</label> but the input lacked an
id and the label lacked htmlFor — the association was purely visual.
Added aria-label="Model" to make the name programmatically determinable.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:36:22 +00:00
..