I've got editable fields in a template and the radiobutton autosubmit:1 value seems to not work.
I am using the following format:
SELECT 'dbr.editable', 'MyColumn', 'MyUpdateQuery', 'inMyID=my_id', 'type=radiobutton', "select=SELECT 'yes' UNION SELECT 'no'", "options={'autosubmit':1, 'display':'inline'}"
But it doesn't seem to trigger the update script when selecting an option/existing the field when I have the 'autosubmit':1 in the options - but does work with pressing the OK button once I remove 'autosubmit':1
I've updated to the latest version of mydbr (as of today).
Is this a bug or have I missed something?