Skip to content
Snippets Groups Projects
Commit 5ac15b15 authored by David Bühler's avatar David Bühler
Browse files

[dome] Forms fields: display title on the field (and not only on the label).

parent 1fccbf62
No related branches found
No related tags found
No related merge requests found
......@@ -598,7 +598,7 @@ export function Field(props: GenericFieldProps) {
>
{label}
</label>
<div className={cssField}>
<div className={cssField} title={title}>
{children}
{WARNING}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment