F
Filament3mo ago
Sidji

disable color picker focus on edit model

How do I disable the input focus in edit modal? ->autofocus(false) doesn't seem to work on the form()
No description
4 Replies
binaryfire
binaryfire2mo ago
@Sidji Did you figure this out? All my modals have autofocus + highlighted text
Sidji
SidjiOP2mo ago
It's on the documentation you can globally disable it.
Modal::autofocus(false);
Modal::autofocus(false);
binaryfire
binaryfire2mo ago
@Sidji Nice, thank you!

Did you find this page helpful?