-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[BUG] While adding/ updating events tags are not been saved and making form unsubmissive #10197
Comments
To reduce notifications, issues are locked until they are
🏁 status: ready for dev
|
able to recreate this behavior - opening the issue |
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md |
Hi there, can I try to work on this issue? I am new to this but I know fullstack and would love to give it a try |
Hi @khainl1110, I have already started the work and In case I am not able to do it in the next few days, I will update you and then you can try on this issue. |
Pull Request merged ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues |
Has this bug been raised before?
Where did you find this bug?
production
Version of BioDrop (for example "v1.2.3")
2.99.10
Description
If you are creating / updating events and want to add tags, the
Save
button gets disabled and in case tags are removed, it remains disabledSteps to Reproduce
Save
button remains activejavascript
and enter it will be added in the below boxSave
button gets disabled.both
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
The issue is that the
Save
button is not getting its validated value reset in case tags are added or removed. This is most probably a form validation issue.The text was updated successfully, but these errors were encountered: