- Home
- Forum
- React - EJ 2
- How to remove "Never" option in Repeat dropdown in Rule Generator
How to remove "Never" option in Repeat dropdown in Rule Generator
Hi Team,
I wanted to remove "Never" Option in Repeat dropdown in RRULE Rule Generator. I have checked other support tickets, It seems to achievable through popupOpen attribute.
But, I did not have popup to open in my setup. We are showing the Rule Generator in the form. So, I wanted to remove the "Repeat" option in the Onload.
Please do the needful.
Thanks,
Gopinath
Hi Gopinath,
You can remove the Never option by making use of the frequencies option. Please refer to the below for more references.
Regards,
Vengatesh
Hi Vengatesh,
We are using "RecurrenceEditorComponent" in our code. So, Please help on this component.
Please check the below code:
Hi Gopinath,
We have checked on your shared code and prepared a sample to remove the Never option from the recurrence dropdown by using the property frequencies like the below code.
frequencies = [ 'daily', 'weekly', 'monthly', 'yearly'];
Sample: https://stackblitz.com/edit/react-ycwwuu-lskvxn?file=index.js,index.html
Kindly try the above sample and let us know if you need any assistance.
Regards,
Ruksar Moosa Sait
Thank you! Its working!
Hi Gopinath,
Thanks for the update.
We are happy that your problem has been resolved now.
Regards,
Satheesh Kumar B
- 5 Replies
- 4 Participants
- Marked answer
-
GP Gopinath Periyasamy
- Jun 2, 2022 06:05 AM UTC
- Jun 8, 2022 02:04 PM UTC