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
This happens because the Text value is set as an attribute
https://github.com/maxence-charriere/go-app/blob/master/pkg/app/attribute.go#L39
The text was updated successfully, but these errors were encountered:
Could you give more context about why is it an issue?
Sorry, something went wrong.
@maxence-charriere if I persist some string that has spaces, then I want that state to be available in an input, I won't be able to.
e.g. in my database, I persisted f = 10, I can't ever show that it has spaces either in the beginning or the end
f = 10
No branches or pull requests
This happens because the Text value is set as an attribute
https://github.com/maxence-charriere/go-app/blob/master/pkg/app/attribute.go#L39
The text was updated successfully, but these errors were encountered: