jquery.repeater
jquery.repeater copied to clipboard
hello default value not set (input, select ...) ??
Dear All,
i have a problem with the default value for exemple
<input name"xxxx" value="0" >
the input repeated doesn't contain a value if we check the source we can see value="0"
same problem with select options if i have default value selected and the repeated iteam doesn't select the default value ?
any one has a solution for this point.
is this plugins still supported or i have to find something else ??
defaultValues: {
'text-input': 'foo'
},
Add this parameter. 'text-input' is name attribute.