aktos-io/scada.js

Dropdown is not updated on very quick changes

Closed this issue · 0 comments

Description:

Dropdown is not updated on very quick changes

Reproduction:

  1. set key to "x", see dropdown shows "X"
  2. set key to "y", see dropdown shows "Y"
  3. set key to "x", see dropdown shows "X"
  4. set key to "x" and then immediately to "y", see dropdown shows "X" instead of "Y"