How to set "placeholder" to blank

When I create a new event the placeholder for the textbox shows “New event”.

How can I remove the placeholder or make the initial textbox empty?

Hi,

You need to change locale object:
scheduler.locale.labels.new_event = “”;

docs.dhtmlx.com/scheduler/api__ … other.html

Perfect @Polina. That solved it for me. Thank you.