framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

Displayed value of a smart select is not updated if the value is changed by any other means #3629

Closed bytecode1024 closed 4 years ago

bytecode1024 commented 4 years ago

Describe the bug

The displayed value of a smart select is not updated when the data value is changed by any other means.

To Reproduce

Steps to reproduce the behavior:

  1. Create a smart select list
  2. Change the data value directly without the use of smart select list
  3. The smart select list is correctly updated
  4. But the displayed value is not updated

Expected behavior

The displayed value of a smart select should be updated when the data value is modified.

bytecode1024 commented 4 years ago

Finally I doubt it's a bug. It would rather be a matter of improvement.