FlowFuse / FlowFuse/node-red-dashboard
vuetify text field hint not working. Is this a vuetify bug or node-red issue?
- Dominant language
- HTML
- Stars
- 355
- Forks
- 82
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 24
Description
vuetify text-field not working when a 'hint' is defined: Hint appears at the right instead of underneath & widget becomes unusable
I used the vuetify text-field to create a control for resetting an error condition::

This includes a 'hint', which in the examples on the vuetify web site, appears under the text field (see https://vuetifyjs.com/en/components/text-fields under 'hints and messages)
However on my dashboard the hint appears to the right of the text field, compressing the text field and making it unusable

My control is a bit complex, but the same happens with the most basic:
Here is the code from the template
"<" v-text-field label="Password" type="input" hint="Enter your password to access this website">"
Here is the result

Focus on the text field and we get

Inspecting the html
For my dashboard the text field is divided in four, with the hint text at the bottom right

For the vuetify example I see the text-field is divided in two with the hint at the bottom

For now I remove the hint. Not urgent
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.