Page 1 of 1

Radio Buttons adding "None" option

Posted: 2021-07-13 18:50
by rpierce
I have a field that I wish to be "Yes" "No" with radio buttons. I have defined it as such in AppGini. I have listed the values Yes;;No separated by semicolons as required. When I generate the app and view it in the browser there is an additional "None" option that I don't want and can't seem to get rid of. If I set teh default value as yes or no, the extra "none" option still appears.
Any ideas??
Capture.PNG
Capture.PNG (1.76 KiB) Viewed 1388 times

Re: Radio Buttons adding "None" option

Posted: 2021-07-13 19:02
by jsetzer
Did you check the [x] Required option?

Re: Radio Buttons adding "None" option

Posted: 2021-07-13 19:12
by rpierce
No, I had not done so....

Thank you for always being there!!!!

Re: Radio Buttons adding "None" option

Posted: 2022-01-19 00:19
by xbox2007
hello

i try use this one and work with me

on tablename-dv.js

Code: Select all

$j('#Job_Order_Status0').hide().next().hide();
where Job_Order_Status0 is filed option

thanks a lot