filament icon indicating copy to clipboard operation
filament copied to clipboard

Ability to add Helper Text to Import Column

Open ahinkle opened this issue 1 year ago • 0 comments

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')
Screenshot 2024-02-15 at 9 47 21 PM
  • [X] Visual changes (if any) are shown using screenshots/recordings of before and after.

Code style

  • [X] composer cs command has been run.

Testing

  • [X] Changes have been tested.

Documentation

  • [X] Documentation is up-to-date.

ahinkle avatar Feb 16 '24 04:02 ahinkle