measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.11k stars 289 forks source link

AutoField `label` should be honored #628

Open mkilpatrick opened 1 week ago

mkilpatrick commented 1 week ago

When using AutoField the label prop doesn't do anything. You must wrap it in a FieldLabel. The docs call this out. Either remove label from AutoField completely or have it automatically use FieldLabel under the hood.