Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › Differences between inputs and other tools
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by
admin.
-
AuthorPosts
-
November 3, 2022 at 8:36 am #103947
tbettinazzi@axioma.it
ParticipantIn Your tooleset there are many tools named input… and others, similar which seems to do the same things.
For example smart-input (as dropdown) and dropdownlist.
What’s the difference ?
Tks
-
This topic was modified 3 years ago by
tbettinazzi@axioma.it.
November 3, 2022 at 10:04 am #103949admin
KeymasterHi,
The difference is in the features basically and the purpose for which the component will be used. smart-input is perfect for small amount of data while the dropdownlist can be loaded with thousands of items in the data source. Things like popup resize, checkbox selection, radio button selection and many others are available in dropdownlist and not in smart-input. Basically, it depends on your needs.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/November 3, 2022 at 10:26 am #103950tbettinazzi@axioma.it
ParticipantMy problem is that when the dropdown has many elements (> 500) it’s slow (more than 1 sec to show).
I hoped that a simpler element like smart input was faster.
Isn’t it ?
Tks
November 3, 2022 at 10:41 am #103951admin
KeymasterHi,
Use the dataSource property instead of adding HTML Elements and it will be fine to use dropdownlist.
The input cannot display 500 items.Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/November 3, 2022 at 10:44 am #103953tbettinazzi@axioma.it
ParticipantI already use dataSource but it seems a little better but is stil slow more than standard html select.
Tks
-
This reply was modified 3 years ago by
tbettinazzi@axioma.it.
-
This reply was modified 3 years ago by
tbettinazzi@axioma.it.
November 3, 2022 at 11:10 am #103956admin
KeymasterHi,
It should be expected to be slower than the native html select. You can try different options – with smart-input or with smart-drop-down-list with datasource. With data-source we think the performance is fine, but if you have many elements on your page it will make a difference.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
This topic was modified 3 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.