- Version: 4.0.0
- macOS: Monterey (12.5.1)
I'm writing a little spotlight-like search, and I'd like to close it automatically when it loses focus, but that doesn't seem exactly implementable today. So maybe input modals should have onFocus and onBlur callbacks.
I'm writing a little spotlight-like search, and I'd like to close it automatically when it loses focus, but that doesn't seem exactly implementable today. So maybe input modals should have
onFocusandonBlurcallbacks.