Support two-way binding in Angular
planned
T
Tawsif Patel
Angular supports the two-way binding syntax
[(property)]
to get/set values when they change. Could this be supported in the Forge-Angular adapter library for the wrapper components?For example, we need support for two-way binding on the
selectedIndex
property of <forge-stepper>
. Currently we only support value updates by change events.Kieran Nichols
planned
To support this we will need to update our Angular schematic that generates the Angular wrapper components for all Forge elements.
It should be doable, and we're planning to support this in the future.