0👍
formInline: {
hostname: ['toy1', 'toy2', 'toy3'],
role: ['compute', 'storage', 'storage']
}
your input model binding directly with index of formInline. so, that required data for binding.
Source:stackexchange.com
0👍
formInline: {
hostname: ['toy1', 'toy2', 'toy3'],
role: ['compute', 'storage', 'storage']
}
your input model binding directly with index of formInline. so, that required data for binding.