You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set a 'NavigationBarDestination' to disabled ft.NavigationBar(destinations=[ft.NavigationBarDestination(icon=ft.icons.MENU, selected_icon=ft.icons.VIDEOGAME_ASSET_ROUNDED, label="Menu", disabled=False), ],on_change=nav_bar_item_clicked,) and run the app and attempt to click the button
Expected behavior
i expect the button to not work. to not be clickable
Screenshots / Videos
Captures
[Upload media here]
![Screenshot from 2024-09-19 16-08-13](https://github.com/user-attachments/assets/e7045f3d-ece6-4b9d-9629-580463aad390)
Operating System
Linux
Operating system details
Fedora
Flet version
Version: 0.24.1
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Duplicate Check
Describe the bug
setting 'disabled=False' does not disable the navigation button and not allow it to be clicked.
Code sample
Code
To reproduce
set a 'NavigationBarDestination' to disabled
ft.NavigationBar(destinations=[ft.NavigationBarDestination(icon=ft.icons.MENU, selected_icon=ft.icons.VIDEOGAME_ASSET_ROUNDED, label="Menu", disabled=False), ],on_change=nav_bar_item_clicked,)
and run the app and attempt to click the buttonExpected behavior
i expect the button to not work. to not be clickable
Screenshots / Videos
Captures
[Upload media here]
Operating System
Linux
Operating system details
Fedora
Flet version
Version: 0.24.1
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: