TextField Bug #3206
TextField Bug
#3206
-
QuestionHello, I want to share a bug that I discovered today while creating an application Code sampledef main(page):
page.horizontal_alignment = ft.CrossAxisAlignment.CENTER
page.vertical_alignment = ft.MainAxisAlignment.CENTER
page.title = AppName
page.theme_mode = "dark"
page.window_title_bar_hidden = True
page.window_title_bar_buttons_hidden = True
page.window_min_height = 800
page.window_min_width = 700
page.window_max_height = 800
page.window_max_width = 700
page.window_height = 800
page.window_width = 700
page.window_center()
TextField(label="First button link", disabled=True, keyboard_type=KeyboardType.URL, width=250,
height=40, text_size=15)
page.add(TextField)
ft.app(target=main, assets_dir="assets", view=FLET_APP) Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
May 5, 2024
Replies: 2 comments
-
I believe this behaviour is due to the "incompatible" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrDIDJoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://python.plainenglish.io/how-to-resize-flets-textfield-control-without-the-content-going-invisible-6d268a4d96e1