lecbyjak / intelligent-tree-select

MIT License
7 stars 6 forks source link

Proper tooltip implementation #43

Open ledsoft opened 2 years ago

ledsoft commented 2 years ago

As a part of major rewrite and simplification of the component, several features have been removed. Tooltip is one of them, as its content was difficult to read and it was often displayed in incorrect places.

However, a tooltip showing details of an option is a useful feature.

ledsoft commented 1 month ago

Basic tooltip implementation using HTML title provided by #86.