-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: Widgets
-
Tags:
-
Backlog priority:300
-
Sprint:UI - 2023-11, UI COOLDOWN - 2023-9
-
Story Points:2
Currently, placeholder text of nuxeo-input is of the same color as input text. The placeholder text should be styled with a lighter shade to differentiate and convey that the element has no input (see screenshot for reference).
Steps to Reproduce:
1. In a Web UI layout (e.g. file creation layout), update a nuxeo-input element with placeholder text, for example:
<nuxeo-input role="widget" label="[[i18n('title')]]" name="title" value="{{document.properties.dc:title}}" placeholder="Write your File name here..." autofocus required > </nuxeo-input>
2. Navigate to the form in Web UI and observe the updated nuxeo-input element.
Expected behavior: placeholder text is lighter than input text
Actual behavior: placeholder text is of same styling as input text
- is duplicated by
-
NXP-24127 Placeholder looks like field entry
- Resolved