Commit 14ccaf2
committed
refactor(ui5-input): Add tempalte hook for the suggestions (#1928)
Add template hook for the suggestions list, so the third party components can entirely replace our list with another and to fully control the appearance of the suggestion items.
// CustomInputPopoverTemplate.hbs
{{>include "InputPopoverTemplate"}}
{{#*inline "suggestionsList"}}
<ui5-my-list>
</ui5-my-list>
{{/inline}}1 parent 9097a7b commit 14ccaf2
1 file changed
+23
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 52 | + | |
| 53 | + | |
70 | 54 | | |
71 | 55 | | |
72 | 56 | | |
| |||
101 | 85 | | |
102 | 86 | | |
103 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments