You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some custom elements for different types of modal windows, (delete confirmation, editor windows, etc..), that all share common code and have a common bindable property. All of the inherited code works except for the bindable property. The first modal that is loaded will be the only modal that is initialized for the lifetime of the app. Here is an example of my base class:
I'm working on a UI widget library and created a BaseField base class and then a TextBox VM + Template that extends BaseField which renders and works fine.
I then created a Checkbox VM + Template that extends BaseField and that caused the TextBox to be incorrectly rendered as a Checkbox.
I have some custom elements for different types of modal windows, (delete confirmation, editor windows, etc..), that all share common code and have a common bindable property. All of the inherited code works except for the bindable property. The first modal that is loaded will be the only modal that is initialized for the lifetime of the app. Here is an example of my base class:
The text was updated successfully, but these errors were encountered: