Hello,
I have modified this example working with slot template:
The modification was to add an input into the slot template, so the slot template looks like this:
"<
div
style
=
'background:#=getColorBasedOnHour(date)#; height: 100%;width: 100%;'
><
input
/></
div
>"
When I click in the input, it receives focus. However, when I click somewhere else in the scheduler, the input is still focused. To unfocus the input, I have to click outside the area of the scheduler.
I want to unfocus the input when I click somewhere inside the scheduler. Is it possible?
Thanks for answers,
Boris