Plugin Contributor
Sark
(@sarkware)
One more user also reported the same issue, but I couldn’t get any clue from them.
Is there any JavaScript exception in browser’s console.? when pressing the Enter Key.
Is there any JavaScript exception in browser’s console.? when clicking on the Update Button.
Is there any php’s exception in error.log.?
If you could give me any clue, I can fix the issue, since I am not able to reproduce it in my instance.
Using the update button and then publishing the settings made, that field key has an automatically generated name.
But using only Enter after adding the variable name and then publishing the changes, I see that the given name is maintained. The error seems to be related to a function assigned to the variable update button.
Thank you for that Enter tip! Maybe this will help you.
Plugin Contributor
Sark
(@sarkware)
Ok, I think its an usability issue, I need to update the logic for the field key update action even when the Enter button is not pressed.
Because now the Enter Key step is must.
I will make sure it is optional.