filament
filament copied to clipboard
Ability to add Helper Text to Import Column
Description
This PR introduces an optional method for adding helperText() to ImportColumn. This functionality is particularly useful for providing instructions prior to validation.
ImportColumn::make('associated_skus')
->label('Associated SKUs')
->requiredMapping()
->helperText('Comma separated list of SKUs')
- [X] Visual changes (if any) are shown using screenshots/recordings of before and after.
Code style
- [X]
composer cscommand has been run.
Testing
- [X] Changes have been tested.
Documentation
- [X] Documentation is up-to-date.