vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Uncaught TypeError: Cannot use 'in' operator to search for 'value' in null #1187

Open pratham-majithia opened 1 year ago

pratham-majithia commented 1 year ago

I'm using poshytip with jquery to use the in-place editor. My link code is as follows :

Enter header note

in my js file I've added the following:

$("#header_note").editable();

However when I click on the link this error shows up:

image I'm using bootstrap 4.3.1

Please help with this issue. Thanks.