Open roman-yagodin opened 5 years ago
With select2, we cannot select terms from tree, but still can display vocabulary names as option headers. Tree structure can be simulated by using indent chars and proper item ordering, if needed.
In order to implement option groups, we probably need to replace ListControl with raw rendering of HTML markup. This will probably lead to viewstate issues, so it should be delayed to #59
Possibly reuse https://github.com/dnnsoftware/Dnn.Platform/tree/develop/Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/SearchableTags - possibly after moving to DNN 9.
Meanwhile it could be implemented via select2 with multiple selection.