Skip to content

Commit

Permalink
Elements-1768:nuxeo-path-suggestion : add a tootip with the full path…
Browse files Browse the repository at this point in the history
… when the mouse is hover the field
  • Loading branch information
yashgupta-hyland committed Nov 25, 2024
1 parent 625fa0a commit b209329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/nuxeo-path-suggestion/nuxeo-path-suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { FormatBehavior } from '../nuxeo-format-behavior.js';
<dom-if if="[[label]]">
<template>
<label>[[label]]</label>
<label title="[[labelTooltip]]">[[label]]</label>
</template>
</dom-if>
Expand All @@ -112,6 +112,7 @@ import { FormatBehavior } from '../nuxeo-format-behavior.js';
on-focus="_onFocus"
disabled$="[[disabled]]"
no-label-float
title="[[value]]"
>
</paper-typeahead>
`;
Expand Down

0 comments on commit b209329

Please sign in to comment.