what to do with legacy #9292
Closed
vytautas-pranskunas-
started this conversation in
General
Replies: 2 comments 7 replies
-
For now you should keep using legacy package, they are not deprecated YET, just moved to free up space for us to re-implement them with new approach. We are waiting for the design team to finish the specs in case something has to change. When you see them actually deprecated with a strikethrough line — that means a new version was finalized and is ready to use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The closest you can get with |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use something like
<tui-combo-box tuiDropdownMobile [tuiTextfieldCleaner]="true" formControlName="..."> Country <tui-data-list-wrapper *tuiDataList [items]="countries | tuiFilterByInput" /> </tui-combo-box>
is there something similar in non-legacy package or should i use legacy?
Beta Was this translation helpful? Give feedback.
All reactions