Open willcastillo opened 2 months ago
Hi, thanks for the feedback. Good suggestion regarding button labels, I'll include those changes in the next release. Regarding your issue, do you think you could provide a reproduction repository, or at least the code generating your form?
Sure. Nothing fancy to be honest. As I said, it is dynamically generated but this is the portion that renders the field:
protected function getSketchpadComponent($field_id, $data): Component
{
return FilamentSketchpad::make($field_id)
->label($data['label'])
->height($data['height'])
->hint($data['hint'])
->helperText($data['helper'])
->columnSpan($data['columns-used']);
}
Hey, thanks for this plugin.
I have a suggestion:
A couple of comments:
And a question:
stroke
property is empty though. Like this:(
free-draw
is the name of my field.)Any idea what am I doing wrong?