r7-labs / R7.News

Taxonomy-driven news subsystem for DNN Platform
GNU Affero General Public License v3.0
2 stars 3 forks source link

Custom terms selector with autocomplete #61

Open roman-yagodin opened 5 years ago

roman-yagodin commented 5 years ago

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.

roman-yagodin commented 4 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.

roman-yagodin commented 4 years ago

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