Label not showing on image input
See original GitHub issueHi
The label on my image input is not showing. My code is below:
{
type: 'image',
label: 'Identity document',
hideInput: true,
preview: true,
model: 'id_document',
required: true,
styleClasses: 'col-sm-12'
}
Also, is there a more detailed tutorial in styling the forms?
Thanks Pard
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Image label for input in a form not clickable in IE11
One way to fix this is with pointer-events: none on the image, and adjusting the label with for example display: inline-block .
Read more >The Label element - HTML: HyperText Markup Language | MDN
The label text is not only visually associated with its corresponding text input; it is programmatically associated with it too.
Read more >HTML Inputs and Labels: A Love Story | CSS-Tricks
Connecting a label and an input is important, but just as important is keeping the label visible. Clicking or tapping a visible label...
Read more >Understanding SC 3.3.2:Labels or Instructions (Level A) - W3C
It is possible for controls and inputs to have an appropriate accessible name or description (e.g. using aria-label="..." ) and therefore pass Success...
Read more >Label | Apple Developer Documentation
To opt in to showing both the title and the icon, you can apply the ... Creates a label with an icon image...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@icebob, @lionel-bijaoui Done, please review when you have time.
Thanks for the assistance lionel