@hristojqwidgets
@hristojqwidgets
Forum Replies Created
-
AuthorPosts
-
hristojqwidgetsMember
Hello Brian Nicholls,
It seems the binding to this happens at an inappropriate time.
I would like to suggest you look at this demo:
https://www.htmlelements.com/react/demos/grid/editing-command-column-custom/
You could try to use this approach for your case.
Also, I would like to suggest you try to change declaration fromconst
tolet
option only to try:
let [showWarehouseId, setShowWarehouseId] = useState(0);
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comhristojqwidgetsMemberHello Gerhard,
Thank you for these details.
We will discuss this and they could be included as new features in the future.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comhristojqwidgetsMemberHello Gerhard,
If I understand you correctly you want to have the same “24-hour” format when the Smart.TimePicker appears from the Smart.DateTimePicker.
Thank you for this and meanwhile, I will discuss this with my colleagues to improve it.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comhristojqwidgetsMemberHello davout,
We will consider adding the missing functionality in a future version of the UI Component.
Please let me know if you have any other questions.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comAugust 18, 2020 at 9:54 am in reply to: How to set character width of text input control and mask inputs? #100981hristojqwidgetsMemberHello davout,
There is no “size” property.
You could only set different size with thewidth
member.
Please let me know if you have any other questions.
Thank you for your understanding.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comhristojqwidgetsMemberHello davout,
Could you clarify it?
We develop the whole library every day and the feedback is really useful.
I would like to suggest you look at this demo:
https://www.htmlelements.com/demos/cardview/overview/
It is created with Smart.CardView you could find more benefits in other demos.
About the Smart.Card I would like to suggest you look at the API Documentation.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comhristojqwidgetsMemberHello davout,
I would like to suggest you look at this demo:
https://www.htmlelements.com/angular/demos/input-group/with-custom-elements/
In this demo, you could find an approach on how to add a custom element wherever you want.
I hope this will help.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.comAugust 17, 2020 at 10:34 am in reply to: How to set character width of text input control and mask inputs? #100972hristojqwidgetsMemberHello davout,
If you want to change the size of the font then you should use the approach below:#password { --smart-font-size: 20px; }
More details you could find in the page below:
https://www.htmlelements.com/docs/input-css/
About the case with the password, I would like to suggest you use the Smart.PasswordTextBox.
Please, take a look at this demo:
https://www.htmlelements.com/demos/passwordtextbox/basic/
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.com -
AuthorPosts