[bug?] Driver preferences no longer accept optional inputs?

Hi,
I have a driver and a number of the inputs are set with required:false. When i do not populate a value with the latest hub firmware (2.3.6.146) I cannot save the preferences. On 2.3.4 I am sure this was possible. So to me this looks like a bug.

Example:

 input name: 'assocGroup2', type: 'text', required: false, title: 'Association group 2: '

Cheers Rene

I'm not able to reproduce a problem with this, using your code from above. BTW, required:false is the default and can be omitted.

Hi @bravenel,
I now added a defaultValue and now it does work. Oddly i testing it again without and it saving again. Go figure.

Thanks for your reply.