Hi,
I have selection as first field in my component dialog.When I open dialog selection getting highlighted(drop down in getting auto focused-Values are shown as if we wanted to change value.).How to disable it?
Solved! Go to Solution.
Views
Replies
Total Likes
Try adding a property
focus = true
in you selection field, it should work. I tested it with richtext, It worked fine
Views
Replies
Total Likes
Views
Replies
Total Likes
how?
we have only focus method.there is no remove focus method.
Views
Replies
Total Likes
How to blur it on load?.Is there any method in widgets api?
Views
Replies
Total Likes
Try adding a property
focus = true
in you selection field, it should work. I tested it with richtext, It worked fine
Views
Replies
Total Likes