Closed JagandeepBrar closed 3 years ago
This fixes #48 by utilizing didUpdateWidget and setting selectedIndex to the new value if it has changed.
didUpdateWidget
selectedIndex
I tested myself and it seems to be working. Good job :grinning:
This fixes #48 by utilizing
didUpdateWidget
and settingselectedIndex
to the new value if it has changed.