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
In the down image, I have to select the language/Framework from the dropdown button which is a good thing.
but let's say I am using Flutter so I have to select the dropdown repeatedly to select Flutter; this same goes for all other languages/frameworks.
🎤 Pitch
What could be done is that let's say I have Flutter so the docs code side should be changed to Flutter and if the dropdown doesn't have Flutter then there shouldn't be any change or maybe If the user is selecting Flutter it could be changed to dart in that case for the server side.
Example:
By default it has Javascript
now if I select Apple
and all the values of the dropdown should be Apple so that the user doesn't have to select it again and again.
👀 Have you spent some time to check if this issue has been raised before?
So you want new dropdown values without actual content? Seems a little weird to me.
If there's no content, then there isn't a dropdown needed.
It is a kind of state management let's say you select Apple in any dropdown then all the dropdowns from that page should be changed to Apple so that the user doesn't have to select the value again and again. And let's say the dropdown doesn't consist of that particular value than it could be ignored as well.
stnguyen90
changed the title
🚀 Enhancement: Regarding State Management of the Dropdown Button
🚀 Enhancement: State management of the language dropdown
Oct 22, 2024
🔖 Enhancement description
In the down image, I have to select the language/Framework from the dropdown button which is a good thing.
but let's say I am using
Flutter
so I have to select the dropdown repeatedly to selectFlutter
; this same goes for all other languages/frameworks.🎤 Pitch
What could be done is that let's say I have
Flutter
so the docs code side should be changed toFlutter
and if the dropdown doesn't have Flutter then there shouldn't be any change or maybe If the user is selectingFlutter
it could be changed todart
in that case for the server side.Example:
By default it has Javascript
now if I select Apple
and all the values of the dropdown should be
Apple
so that the user doesn't have to select it again and again.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: