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
When focused in TextFiled, the label does not write over the border and does not change focused_border_color. flet version 0.25.2 macOS Sequoia 15.2
class Field(TextField): def __init__(self, label=None, autofocus=False): super().__init__() self.label = label self.autofocus = autofocus self.filled = True self.label_style = TextStyle( size=12 ) self.border = InputBorder.OUTLINE self.border_color = Colors.GREEN_500 self.focused_border_color = Colors.ORANGE_800 self.focused_color = Colors.ORANGE_700
No response
macOS
Sequoia 15.2
Flet version 0.25.2
No, it isn't
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
I Tried with previous version 0.25.1 and did not work.
Sorry, something went wrong.
I tried same code on windows and it worked. I think the problem is in macOs. How can I solve this problem. Flet version 0.25.2
No branches or pull requests
Duplicate Check
Describe the bug
When focused in TextFiled, the label does not write over the border and does not change focused_border_color.
flet version 0.25.2
macOS Sequoia 15.2
Code sample
Code
To reproduce
Expected behavior
No response
Screenshots / Videos
Captures
Operating System
macOS
Operating system details
Sequoia 15.2
Flet version
Flet version 0.25.2
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: