Replies: 2 comments 2 replies
-
Hi @mwx23, What does "when the user clicks, it becomes an input" mean? What is the widget before and after? Blur and focus events are actually a pretty good idea. Are there more events that would make sense to implement? |
Beta Was this translation helpful? Give feedback.
-
I've now just realised how to get around it without a onblur event. I'll have a go and report back tomorrow. I just had a look at https://www.w3schools.com/tags/ref_eventattributes.asp ondrag* + ondrop - this is my personal highest priority |
Beta Was this translation helpful? Give feedback.
-
I've got a Widget that when the user clicks it, it becomes an input, and when the focus has left (i.e. onBlur) I'd like to revert it.
Or is this something I would do in a custom frontend widget?
Are there any plans to include more events like onBlur and onFocus?
Beta Was this translation helpful? Give feedback.
All reactions