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
TreeView controls have the ability to add checkboxes to them. It would be nice to have the ability to check / uncheck items based on their index or value.
classSomeScreenincludeMohawkwindowtitle: /Whatever/tree_view(:users,id: 'usersTreeView')ends=SomeScreen.news.check_users'First User','Second User'# => selects "First User" and "Second User"s.uncheck_users'Second User'# => unchecks the "Second User" item
The text was updated successfully, but these errors were encountered:
TreeView
controls have the ability to add checkboxes to them. It would be nice to have the ability to check / uncheck items based on their index or value.The text was updated successfully, but these errors were encountered: