Created
March 11, 2021 05:15
-
-
Save dneimke/67a326097827d2a9267b8ba5267b3732 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| protected override void OnInitialized() | |
| { | |
| _editContext = new EditContext(_contactDetails); | |
| _editContext.SetFieldCssClassProvider(new BootstrapStyleProvider()); | |
| _editContext.OnFieldChanged += HandleFieldChanged; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment