Open colin-grierson opened 11 months ago
Thanks @colin-grierson - this is likely where I've injected some custom CSS to the nrdb-ui-widget
level for the layout management, which then affects how the underlying text-field
renders. Will see what can be done.
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"></v-text-field ">" 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