Hello,
In my donation form I'm displaying pre-defined amonts and the free amount text box.
I've noticed that the aspect of the amount text box is changing when user is selecting a pre-difined amount.
I seems that when user is checking a pre-defined amount, the css class of the free amount text box is changing from
"validate[required,custom[number],min[10],max[10000]] input-small"
to
"input-medium"
I can't see where the input-medium is come from.
I'm suspecting it is related to the $inputSmallClass variable in the donation form view but as I far as I can see, input-small is not mapped in any Bootstrap helper file (administrator/components/com_jdonation/libraries/osf/ui).
Best regards