Ahmed Elsayed
Ahmed Elsayed
Do you have a reproducible sample for it? It'd be helpful if you can open an issue with a minimal reproducible sample and link this PR to it.
@Umair-Manzoor-47 See the conversation at the linked issue.
@EliaTolin Please use the version `3.0.0-beta.22` for now. It is safe to be used and I'll try to release v3.0.0 ASAP :)
If the selectedValue is `null` and you open the dropdown: - In material's DropdownButton, the first item is selected. - in DropdownButton2, no item will be selected (sound's reasonable to...
The current version `3.0.0-beta.21` is safe to be used. Actually, it has some other important fixes. Your PR fixes the issue on the stable release but introduces another issue (as...
The beta version is just not released because I'm trying to implement the pagination feature before publishing version 3, which may require new apis and other breaking changes. But meh,...
> > in DropdownButton2, no item will be selected (sound's reasonable to me) and you should press tab to start selecting an item. > > It's even worse if the...
Can you provide a minimal reproducible sample?
Can you make a minimal sample, please? You can start with `Simple DropdownButton2 with no styling` sample at ReadMe and update it to reproduce the issue. Also, which version of...
Can you test this with version `3.0.0-beta.22`?