rebuild project with webpack new - 15/01/2018 22:17 EST
$250-750 SGD
Folyamatban
Kiadva ekkor: körülbelül 7 évvel ezelőtt
$250-750 SGD
Teljesítéskor fizetve
[login to view URL]
I need someone to help me add and remove certain fields and rebuild the files.
Please also send me back the original src folder so that i can rebuild when necessary.
1) add a numberinput
Formly details
id: 'NumberInput',
name: 'Number input',
subtitle: 'Text input',
group: 'input',
formlyType: 'input',
formlySubtype: 'number',
2) add a multiselect
I changed the groupedSelect in the plugin to a multiselect by adding the multiple keyword to the multiselect template
id: 'GroupedSelect',
name: 'Multi Select',
subtitle: 'Grouped Select',
options: []
3) add a datetime input
4) add the repeatingSection
[login to view URL]
id: 'RepeatSection',
name: 'RepeatSection',
subtitle: 'RepeatSection',
group: 'Section',
formlyType: 'repeatSection',