Closed Nikitaxub closed 2 years ago
Hi, I copied your first code into one of the examples and the TimePickerRow is deletable, as you can see in the screenshot below. Might there be anything else you are adding in your code that breaks this?
And if I press the (-):
I don't understand why it didn't work for me for several days in a row. And when I had to go to another country, I checked after your answer and everything is OK) Thank you.
Hi Eureka Team! I need several Time args for my form. I used MultivaluedSection with TimePickerRow in first (because one Time arg should be in all cases) and multivaluedRowToInsertAt.
My code below
I can't delete any Row.
Next I changed TimePickerRow to e.g TimeRow for first Row:
What I see: TimeRow is deletable;
TimePickerRow is deletable if TimeRow is being prepared for deletion;
TimePickerRow is undeletable again if TimeRow isn't being prepared for deletion (w/o screenshot).
Same thing then first Row is TimePickerRow and TimeRow in multivaluedRowToInsertAt.