How to stop showing field name on mouseover?

Hello,

I would like to stop showing field name during mouseover event, which is now showing as default. Below image is for your reference:

It happens in development mode you can switch to production mode.

@mujeerhashmi thanks.

I want to stop showing the field also with developer mode
is there anyway for that?

You can use something like this.

frm.toggle_display(['priority', 'due_date'], frappe.boot.developer_mode);
1 Like

thank you

Not showing in the latest update I made yesterday [v15.x.x-develop () (develop)]