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 noticed that whether you use AllowClear or not, there is strange excess padding in the textfield that is increased when editing:
But once again, just a Windows issue (stupid Windows):
The text was updated successfully, but these errors were encountered:
Can you share the Layout code, you place inputs together? (Grid, StackLayout, etc?)
Btw, FillAndExpand option is obsolete and may cause unwanted results (dotnet/maui#7346)
FillAndExpand
Sorry, something went wrong.
It seems it's the same problem with #796
It's a MAUI 8.0.82 problem: https://github.com/orgs/dotnet/projects/194/views/42?pane=issue&itemId=81208170
8.0.82
8.0.72
Can you share the Layout code, you place inputs together? (Grid, StackLayout, etc?) Btw, FillAndExpand option is obsolete and may cause unwanted results (dotnet/maui#7346)
AppGrid Style
The Textfields are directly in it:
Reference i
Didn't know that, thank you.
It seems it's the same problem with #796 It's a MAUI 8.0.82 problem: https://github.com/orgs/dotnet/projects/194/views/42?pane=issue&itemId=81208170 You can downgrade to 8.0.72 manually as a workaround
Worked like a charm, thank you!
No branches or pull requests
I've noticed that whether you use AllowClear or not, there is strange excess padding in the textfield that is increased when editing:
But once again, just a Windows issue (stupid Windows):
The text was updated successfully, but these errors were encountered: