insomniacc / LeedsHomebrewCollectiveIssueTracker

0 stars 0 forks source link

Change submit rating method #17

Closed insomniacc closed 1 year ago

insomniacc commented 1 year ago

When the rating is submitted, because it's happening on the 'onchange' for the rating value itself, if there's already a rating, when you click it, it removes the value and thus sets a rating of zero.

Instead, I'll have to change the submit rating to its own independent button in the modal.

insomniacc commented 1 year ago

Complete. Added save button to model, moved away from rating event handler.