Servoy / servoy-extra-components

NGClient component package of all kinds of 'extra' components
MIT License
6 stars 10 forks source link

Added tooltip property for sidenav menu items. #74

Closed servoystuff closed 2 years ago

servoystuff commented 2 years ago

This change adds the ability to set a "tooltip" property in sidenav menu items. Pretty straightforward but needed by one of my client... Thanks for merging!

seanthomasdevlin commented 2 years ago

Support case created. Please subscribe to the support ticket for updates: https://support.servoy.com/browse/SVYX-432

jcompagner commented 2 years ago

we also now need an Titanium NGClient impl for these kind of patches..

servoystuff commented 2 years ago

Sorry but I've added what I thought was needed to the ng2 implementation, mainly the markup in sidenav.html and added "tooltip" property in sidenav.ts, based on what I could see for equivalent navbar implementation, but it looks like there's still something missing in sidenav.ts and I have no idea what. Please take care of that part, thanks!