I’m practicing on a todo list. Trying to set a recurring interval for todos. I’ve created radio buttons which contains 4 elements (Not recurring - 0, every day - 1, once a week - 7, once a month - 30, which are coming dynamicly from a new data type called recursion, which has a label and a value ) and I would like to set “not recurring” as default value. But “Default value” field does not get focus when I click on it. I have also an issue regarding to that “Todo recurring: Default value should be Recusrion but right now it is a text”. But as I said, I am not able to write anything into that field. See pictures below:
Thank you very much for you reply. I have not used option set before. It seems to be more appropriate for my tasks.
But unfortunatelly I’m still not able to click into the “Default value” box to set any value. If a hover the inputbox of default value, the background gets darker, but my cursor does not appaer in it, does not get focus.
I’ve cleared every input field regarding my radio buttons and filled them again and now Default value is clickable and values appear in that. So it’s working now.
To summer up: clear every field and fill it again.