BuilderFocus tracks whether focus is on the input field or suggestions.
| 24 | |
| 25 | // BuilderFocus tracks whether focus is on the input field or suggestions. |
| 26 | type BuilderFocus int |
| 27 | |
| 28 | const ( |
| 29 | BuilderFocusField BuilderFocus = iota |
nothing calls this directly
no outgoing calls
no test coverage detected