Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #42

Open
neutron92 opened this issue Feb 16, 2017 · 4 comments

Comments

@neutron92
Copy link

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
Copy link
Author

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)

@ahmednawazbutt
Copy link

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

@alisbek
Copy link

alisbek commented Nov 19, 2018

Same issue. Did you find any solution?

@Eduardomendesc
Copy link

please include bootstrap.js and try that again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants