Notum
1
Wappler Version : 5.5.3
Operating System : Windows 10 x64
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
Expected behavior
Once I’ve set action to edit text input I’m not able edit this action again.
Need to re-create action to be able to edit.
Actual behavior
Notum
2
@George @Teodor Can you please confirm that you were able to replicate this bug? This is very annoying.
<div class="container">
<form id="form1">
<div class="row">
<div class="col-12">
<input id="text1" name="text1" type="text" class="form-control">
</div>
<div class="col-12">
<button id="btn1" class="btn" dmx-on:click="text1.setValue('test')">Button</button>
</div>
</div>
</form>
</div>
Teodor
4
I was able to recreate it, we are going to check this and fix it in the next update.
1 Like