fix specs, fix merge conflicts and cleanup
This commit is contained in:
parent
d9ff845f63
commit
5426dcf989
8 changed files with 36 additions and 17 deletions
|
@ -222,7 +222,6 @@ export const TYPE_VALUE_RESOLVER_MAP = {
|
|||
},
|
||||
multiple: {
|
||||
formatter: (value, format) => {
|
||||
console.log(value, format);
|
||||
return value.filter(Boolean).map(date => formatDate(date, format)).join(',');
|
||||
},
|
||||
parser: (text, format) => text.split(',').map(string => parseDate(string.trim(), format))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue