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
when there is two or more object that have same key with type boolean(which will become checkbox), when you click the checkbox thats not the first one, it will change the state of the first checkbox.
make sure that you use fluent ui.
2. click the second or enabled's checkbox on the UI
3. you can change to any key, name it to what ever you want as long it have the same property name with other object property
Expected behavior
the next same property should be able to be click, cause it in different object not duplicated, i want to make this kind of output
Prerequisites
Description
when there is two or more object that have same key with type
boolean
(which will become checkbox), when you click the checkbox thats not the first one, it will change the state of the first checkbox.Steps to Reproduce
make sure that you use fluent ui.
2. click the second or
enabled
's checkbox on the UI3. you can change to any key, name it to what ever you want as long it have the same property name with other object property
Expected behavior
the next same property should be able to be click, cause it in different object not duplicated, i want to make this kind of output
Actual behavior
click at the next same property name checkbox cause it unchangeable and will change the first one
Version
The text was updated successfully, but these errors were encountered: