Hi, I would like to get some input on creating an editable tooltip system.
Each input field should have a question mark icon on the right. That shows some text when you hoover over it.
Text should be stored in a database and users should be able to edit the text directly on the form.
For edit, I imagine this: Hoover over should show the help text but also a small pencil ikon if the have the right to edit the text. Edit should show a new popup.
For identifying the field in the database I could maybe use classname.fieldname and get it using reflection.
The text should be fetch and set on mouse over.
Can I get the classname.fieldname from the binding to the input field? and then use it in the function to get the text for the tooltip?
Let os brainstorm together 😊