svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.26k stars 62 forks source link

`[@svelteui/core]: avoid passing an unknown prop htmlFor to LabelElement #476

Closed biolds closed 8 months ago

biolds commented 8 months ago

ISSUES CLOSED: #475

Description

This fixes a console warning <LabelElement> was created with unknown prop 'htmlFor' when using InputWrapper element.

BeeMargarida commented 8 months ago

Thank you so much for this contribution!