-
Notifications
You must be signed in to change notification settings - Fork 601
Open
Description
In the INFO panel located at the top of the Dropdown page, the link to Flutter's documentation about DropdownMenu is broken:
Current:
Link: https://api.flutter.dev/flutter/material/DropdownMenu
Quoted from the Flet Dropdown page:
Since version 0.27.0, Flet uses DropdownMenu flutter widget for Dropdown control, which is a Material 3 version of previously used DropdownButton.
Corrected:
Link: https://api.flutter.dev/flutter/material/DropdownMenu-class.html
It should show be:
Since version 0.27.0, Flet uses DropdownMenu flutter widget for Dropdown control, which is a Material 3 version of previously used DropdownButton.
Sorry I did not make the correction myself, I do not know how to do so.
Thank you :)
Metadata
Metadata
Assignees
Labels
No labels