@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Hi,
We are having a patch release in the second half of the month.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Pedro,
I think that the idea here is that when details.action is undefined, just use return;
December 6, 2022 at 4:41 pm in reply to: addEventListener change produces the event and exports twice. #104079adminKeymasterHi taran,
The “change” event may occur twice or more times in case it is added more than once. The other reason could be that the component is inside another component which raises “change” as well and the event bubbles up.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
The message for ‘Reset’ is called ‘reset’ in the ‘messages’ JSON object. Did you define it in your messages object?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Robert,
Thank you for the feedback. We will test the reported behaviors.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Robert,
Material icons are used only in demos. We use a custom font for icons with different icon types. We do not plan any changes about our Icons in the near future, but you can use different icons if you wish. Ex: https://www.htmlelements.com/demos/grid/sort-icons/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Taran Naidu,
That is unusual. Could you please share a code sample?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
The issue is that many task columns share the same ‘value’, which is called ‘label’ in the provided code.
Hope this helps.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Tullio,
Unfortunately, our examples cannot cover any possible business scenario. We try to add as many examples as possible, but every application has different requirements. If you want to put a progress bar in a modal, you can combine it with our smart-window component.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
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/adminKeymasterHi Tullio,
You may look at https://www.htmlelements.com/demos/progressbar/echo-animation/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
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/adminKeymasterHi,
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/adminKeymasterHi Kris,
I suppose that when the initialization function is called, the scheduler is already created. It should be called before the DOM is loaded. Otherwise, it will create unnecessary renderings as every property you set will require re-render in that case. Hope this helps. Otherwise, you may send us a sample which we can test and debug to support@jqwidgets.com.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi Aviv,
It is a new one and is still in a test period, but I thought to share it, because it will be helpful for your needs.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts