chore(): sync with master

This commit is contained in:
Liam DeBeasi
2020-09-21 11:36:45 -04:00
139 changed files with 4410 additions and 1938 deletions

View File

@ -282,6 +282,12 @@ export class Datetime implements ComponentInterface {
value: colOptions[colSelectedIndex].value
};
if (data.name !== 'ampm' && this.datetimeValue.ampm !== undefined) {
changeData['ampm'] = {
value: this.datetimeValue.ampm
}
}
this.updateDatetimeValue(changeData);
picker.columns = this.generateColumns();
});