- My goal: Use a tooltip on a text input to display the content of the input when hovering over the input. I use this in the event there is more text in the input then can be seen due to the input size.
- Issue: When I do not use a label on the input, ie. I delete the label from the addons, and I include a tooltip that evaluates to {{ self.value }}, as soon as the user types in there first character, the input boots the cursor out of the input and the user needs to click back in to continue typing.
- Steps I've taken to troubleshoot: I have added a label to the input and the negative behavior goes away.
- Additional info: I am running on cloud.
1 Like