Schema Attribute Default Not Working
Hi there,
im trying to define a schema attribute with a default value. I updated my input form to show this new attribute.
The attribute is shown but is blank, the default value did not take into account.
This is my attribute tag setting:
--FIRST TRY----
<attribute default="50" desc="" label="Offer Validity Days" name="offerValidityDays" type="long"/>
--SECOND TRY----
<attribute default="1" label="Offer Validity Days 1" name="offerValidityDaysNew" type="string"/>
None of them seems to work.
Any advice?
