We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've run into this a few times where the context for the UI is presented elsewhere and we really just need the interactive portion of the component.
The text was updated successfully, but these errors were encountered:
@meowgorithm I believe this has already been implemented at least for field_input.go as the View method contains the following:
field_input.go
View
if i.title.val != "" || i.title.fn != nil { sb.WriteString(styles.Title.Render(i.title.val)) if !i.inline { sb.WriteString("\n") } }
Sorry, something went wrong.
No branches or pull requests
I've run into this a few times where the context for the UI is presented elsewhere and we really just need the interactive portion of the component.
The text was updated successfully, but these errors were encountered: