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

Html Element Go To Blank When Change Setting Value #71

Open
aditya-wiguna opened this issue Dec 31, 2020 · 6 comments
Open

Html Element Go To Blank When Change Setting Value #71

aditya-wiguna opened this issue Dec 31, 2020 · 6 comments

Comments

@aditya-wiguna
Copy link

the html element is blank when i change the setting value , i use laravel 6 and php 7.4

from this
Capture1

to this
Capture2

@aditya-wiguna
Copy link
Author

and also i got error in console log

Uncaught TypeError: Cannot read property 'attributes' of null
at app.js:1
at window.runScriptsOfComponentAndChildren (app.js:1)
at Object.success (app.js:1)
at c (jquery-3.4.1.min.js:2)
at Object.fireWith [as resolveWith] (jquery-3.4.1.min.js:2)
at l (jquery-3.4.1.min.js:2)
at XMLHttpRequest. (jquery-3.4.1.min.js:2)

image

@HansSchouten
Copy link
Owner

Can you share the php snippet of your theme block? I don't know what the issue is, haven't seen it before.

@aditya-wiguna
Copy link
Author

aditya-wiguna commented Jan 7, 2021

this is my block
https://pastebin.com/m6wUjgwp

this is my config file
https://pastebin.com/2CC0MPBj

And this is my layout code
https://pastebin.com/x0dy6fXc

@HansSchouten
Copy link
Owner

HansSchouten commented Jan 7, 2021

Strange, for me it works exactly as expected. I can change the value and it gets updated. Updating client does not change anything, because your block uses the other setting. But I don't see any errors.

Are you using the latest version?

@aditya-wiguna
Copy link
Author

yes i use the lates version

@aditya-wiguna
Copy link
Author

i try to change layout with sample demo , and still get same error

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

2 participants