-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Milestone
Description
Describe the bug
Add Custom Field Widget needs some improvements:
- Add another Custom Field Button Available even when Session and Speakers are
turned off. - When clicked, there is no way to delete the row/field if someone doesn't
want to add a custom field. And when sessions and speakers are enabled, and
someone clicked theAdd Custom Fieldbutton, but don't want to submit a
custom field, the system does notSave DraftorPublishan event and
throws an error thatField cannot be null, which again makes it important
to maybe have a simple button to add/cancel a field. trueprinted above every custom field row widget.- Make
formfield as a dropdown with three options:- Session
- Speaker
- Attendee
To Reproduce
Steps to reproduce the behaviour:
- Create an event.
- Go to Sessions and Speakers Step.
- Test the Custom Fields button for the above-mentioned bugs.
Expected behaviour
Add Custom Field widget should work properly.
Additional context
Up for grabs.
