patternfly/angular-patternfly

pfBootstrapDatepicker does not have an output binding

Closed this issue · 0 comments

At the moment you can input a Date to the pfBootstrapDatepicker, but it has no output because it is a one way binding, so this does not make the component very useful.

It should have an onUpdate & binding to a callback to the parent.

bindings: {
  onUpdate: '&'
}

Or am I missing something?