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
If the component is loaded with allowDropdown set to true, and then this is changed to false through a data load, the flag indicator stays on the left.
Expected Behavior
Flag should move to the right (remove allow-dropdown class from parent div)
Current Behavior
Flag stays on the left (allow-dropdown class remains on parent div)
Possible Solution
React state not being updated on props change
Environment
Version:
v6.1.1
Browser:
all
The text was updated successfully, but these errors were encountered:
If the component is loaded with
allowDropdown
set totrue
, and then this is changed tofalse
through a data load, the flag indicator stays on the left.Expected Behavior
Flag should move to the right (remove
allow-dropdown
class from parent div)Current Behavior
Flag stays on the left (
allow-dropdown
class remains on parent div)Possible Solution
React state not being updated on props change
Environment
v6.1.1
all
The text was updated successfully, but these errors were encountered: