|
39 | 39 | <body class="datepicker1auto">
|
40 | 40 | <div style='width:500px;'>
|
41 | 41 | <ui5-date-picker id='ui5-datepicker--startDate'
|
42 |
| - placeholder='Delivery Date...' |
43 |
| - title='Delivery Date!'> |
| 42 | + placeholder='Delivery Date...'> |
44 | 43 | </ui5-date-picker>
|
45 | 44 |
|
46 | 45 | <ui5-date-picker id='ui5-datepicker-value-state-message'
|
47 | 46 | placeholder='Delivery Date...'
|
48 |
| - value-state="Error" |
49 |
| - title='Delivery Date!'> |
| 47 | + value-state="Error"> |
50 | 48 | <div slot="valueStateMessage">Information message. This is a <a href="#">Link</a>. Extra long text used as an information message. Extra long text used as an information message - 2. Extra long text used as an information message - 3.</div>
|
51 | 49 | <div slot="valueStateMessage">Information message 2. This is a <a href="#">Link</a>. Extra long text used as an information message. Extra long text used as an information message - 2. Extra long text used as an information message - 3.</div>
|
52 | 50 | </ui5-date-picker>
|
53 | 51 |
|
54 |
| - <h3>placeholder + title + events</h3> |
| 52 | + <h3>placeholder + events</h3> |
55 | 53 | <ui5-date-picker id='dp5'
|
56 |
| - placeholder='Delivery Date...' |
57 |
| - title='Delivery Date!'> |
| 54 | + placeholder='Delivery Date...'> |
58 | 55 | </ui5-date-picker>
|
59 | 56 | <ui5-label id="lblChange">change: N/A</ui5-label><br/>
|
60 | 57 | <ui5-label id="lblLiveChange">input: N/A</ui5-label><br/>
|
61 | 58 |
|
62 |
| - <h3>placeholder + title + prevented default events</h3> |
| 59 | + <h3>placeholder + prevented default events</h3> |
63 | 60 | <ui5-date-picker id='dpPrevent'
|
64 |
| - placeholder='Delivery Date...' |
65 |
| - title='Delivery Date!'> |
| 61 | + placeholder='Delivery Date...'> |
66 | 62 | </ui5-date-picker>
|
67 | 63 | <ui5-label id="lblChangePrevent">change: N/A</ui5-label><br/>
|
68 | 64 | <ui5-label id="lblLiveChangePrevent">input: N/A</ui5-label><br/>
|
|
0 commit comments