Skip to content

Commit

Permalink
fix(datepicker): addressing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Oct 11, 2023
1 parent 13c7aae commit 0836d0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ export class OsdsDatepicker implements OdsDatepickerAttribute, OdsDatepickerEven
placeholder={placeholder}
type={ODS_INPUT_TYPE.text}
value={this.formatDate(value)}
style={{ '--placeholder-color': 'red' }}
></osds-input>
<input
tabindex={-1}
Expand Down

0 comments on commit 0836d0b

Please sign in to comment.