<input type="text" label="Group" name="okp.IandT.group" readonly="false" value="test" />
This gives the error:
Attribute "value" must be declared for element type "input". Is value expecting something other than a quoted string? From the docs the value field is to set a default value.
value
Specifies a default value for this component.
There's a special case for date types. Data is stored in format "yyyyMMddHHmmss", be aware of this format when using OpenKM API.
false
This gives the error:
Attribute "value" must be declared for element type "input". Is value expecting something other than a quoted string? From the docs the value field is to set a default value.
value
Specifies a default value for this component.
There's a special case for date types. Data is stored in format "yyyyMMddHHmmss", be aware of this format when using OpenKM API.
false