Wappler Version : 4.2.0
Operating System : Windows 10 x64 21H1
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
I have several actions set on button:
<button id="btn_get_random_icon" class="btn" dmx-on:click="loading_icon.setValue(loading_icons.value.randomize().top(1));modal_loading.toggle();cookies.set('number',cookies.data.number.toNumber() + 1,{expires: 1});sc_get_coin.load({})">Get Random</button>
When I’m trying to edit data binding in first action loading_icon.setValue(loading_icons.value.randomize().top(1))
- it shows without last round bracket. When I add round bracket in the end - source code won’t change, but when I enter data biding again - it shows same error.
I’ve tried to re-create databinding, delete and create action - same issue.
Action works as expected but data binding editor - shows error.
Last updated: