qontu / ngx-inline-editor

Native UI Inline-editor Angular (4.0+) component
https://qontu.github.io/ngx-inline-editor
MIT License
164 stars 90 forks source link

Error: Uncaught (in promise): TypeError: value is null #96

Open daylenlim opened 7 years ago

daylenlim commented 7 years ago

Hi there, Everything is work fine. but I'm not sure why this error keep showing on my console log when using the inline-editor. capture

tonivj5 commented 7 years ago

Hi! I think it is related to https://github.com/qontu/ngx-inline-editor/issues/92 Could be?

jmorganmartin commented 7 years ago

@xxxtonixxx Hmmm, I can't tell, actually. Would need to see the exact line of code triggering the error in their vendor.bundle.js, but it is the same function: input-base.ts's checkValue() (perhaps they are using a different field type or other config)

tonivj5 commented 7 years ago

Okei @jmorganmartin. Then, we need more info @daylenlim, can you provide us a demo or more information?