Loading src/components/form-input/form-input.tsx +3 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,9 @@ export class FormInput { this.neosChange.emit({value}); } componentDidLoad() { this.neosInputDidLoad.emit(); } componentDidUnload() { this.nativeInput = undefined; Loading src/index.html +3 −1 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ </neos-inspector-group> </section> </section> <script> window.addEventListener("neosChange", (event) => console.log(event.detail)); </script> </body> </html> Loading
src/components/form-input/form-input.tsx +3 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,9 @@ export class FormInput { this.neosChange.emit({value}); } componentDidLoad() { this.neosInputDidLoad.emit(); } componentDidUnload() { this.nativeInput = undefined; Loading
src/index.html +3 −1 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ </neos-inspector-group> </section> </section> <script> window.addEventListener("neosChange", (event) => console.log(event.detail)); </script> </body> </html>