Replies: 2 comments
-
As of now, its not possible to disable it in But if you are using the Here is how it is implemented in DateRangePicker, $static->suffixAction(Action::make('clear')
->label(__('filament-daterangepicker-filter::message.clear'))
->icon('heroicon-m-calendar-days')
->action(fn() => $static->clear())); You are welcome to submit a PR to add an API to remove to button to an icon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How about this @malzariey ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
thanks for this plugin!
After updating to 2.5, there is now this calendar icon to clear the input. But this is not always desired, in our application it makes no sense to clear this and actually could cause some issues.
I couldn't find where this button is even created, is it possible to disable this?
Beta Was this translation helpful? Give feedback.
All reactions