We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Capitalization is not working properly in the SearchBar
import flet as ft def main(page: ft.Page): anchor = ft.SearchBar( view_elevation=4, divider_color=ft.Colors.AMBER, on_change=lambda _: anchor.open_view(), on_submit=lambda _: anchor.open_view(), on_tap=lambda _: anchor.open_view(), capitalization=ft.TextCapitalization.CHARACTERS, ) page.add(anchor) ft.app(target=main)
write in search bar
That capitalization is handled properly.
[Upload media here]
macOS
Sequoia 15.3.1 (24D70)
0.26.0
No, it isn't
No response
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
SearchBar.capitalization
ndonkoHenri
Successfully merging a pull request may close this issue.
Duplicate Check
Describe the bug
Capitalization is not working properly in the SearchBar
Code sample
Code
To reproduce
write in search bar
Expected behavior
That capitalization is handled properly.
Screenshots / Videos
Captures
[Upload media here]
Operating System
macOS
Operating system details
Sequoia 15.3.1 (24D70)
Flet version
0.26.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: