Skip to content

Commit d7a678d

Browse files
author
Dave Conway-Jones
committed
fix datepicker to use change not blur
to fix safari double send
1 parent 8c5e486 commit d7a678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui-component/templates/date-picker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
md-placeholder="{{me.item.getLabel()}}"
1717
md-open-on-focus
1818
ng-model="me.item.ddd"
19-
ng-blur="me.setDate()">
19+
ng-change="me.setDate()">
2020
</md-datepicker>
2121
</md-input-container>
2222
</md-card>

0 commit comments

Comments
 (0)