When I run the EditRow example (raku -I. service.raku with the use Air::Examples::Site18-EditRow; uncommented), The browser shows the site as in the video in the Blog post on Edit-Row.
When I click on an Edit button, I get the two 'Save' and 'Cancel' buttons - again as in the blog video.
However, when I click on Save, the two Save and Cancel buttons do not disappear - which is different to the blog video.
The Save button works and activates the data function, but the 'Save' and 'Cancel' buttons are not replace by 'Edit'
Clicking on 'Cancel' does get back the 'Edit' button.
I have used the most recent version of the git repo of Air-Examples.
When I run the EditRow example (
raku -I. service.rakuwith theuse Air::Examples::Site18-EditRow;uncommented), The browser shows the site as in the video in the Blog post on Edit-Row.When I click on an Edit button, I get the two 'Save' and 'Cancel' buttons - again as in the blog video.
However, when I click on Save, the two Save and Cancel buttons do not disappear - which is different to the blog video.
The Save button works and activates the data function, but the 'Save' and 'Cancel' buttons are not replace by 'Edit'
Clicking on 'Cancel' does get back the 'Edit' button.
I have used the most recent version of the git repo of Air-Examples.