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()
4 Replies
@Sidji Did you figure this out? All my modals have autofocus + highlighted text
It's on the documentation you can globally disable it.
@Sidji Nice, thank you!