meteor-x-editable-bootstrap icon indicating copy to clipboard operation
meteor-x-editable-bootstrap copied to clipboard

Uncaught TypeError: Cannot read property 'Constructor' of undefined at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4736 at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4948 at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:17237

Open neutron92 opened this issue 8 years ago • 4 comments

i did the same example

<p id="textArea" class="editable" data-type="textarea" data-placeholder="Enter text" data-emptytext="Click to enter text" data-rows="4">{{textAreaContent}}</p>

and on onRendered

$('#textArea.editable').editable({
  success: function(response, newValue) {
    <do something with newValue - usually a collection.update call>
}});

i have this error

Uncaught TypeError: Cannot read property 'Constructor' of undefined
    at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4736
    at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4948
    at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:17237

neutron92 avatar Feb 16 '17 12:02 neutron92

Uncaught Error: null not found. Have you included corresponding js file?
    at Popup.splitOptions (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1022)
    at Popup.init (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:952)
    at Popup (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:933)
    at HTMLSpanElement.<anonymous> (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1351)
    at Function.each (printer.js:170)
    at jQuery.fn.init.each (printer.js:170)
    at jQuery.fn.init.$.fn.editableContainer (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1343)
    at Editable.show (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1822)
    at Editable.toggle (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1853)
    at Editable.<anonymous> (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1576)

neutron92 avatar Feb 20 '17 10:02 neutron92

I am facing the same issue. Did you find any solution?

ahmednawazbutt avatar Jul 19 '17 11:07 ahmednawazbutt

Same issue. Did you find any solution?

alisbek avatar Nov 19 '18 09:11 alisbek

please include bootstrap.js and try that again

Eduardomendesc avatar Dec 29 '20 09:12 Eduardomendesc