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
It would appear that there is no value-bind. I created a @ref to the component and then used the GetValue method to received the edited text. <StandaloneCodeEditor @ref="editor" ConstructionOptions="ProvideEditorOptions" CssClass="codeeditor"/>
and then when needed await editor.GetValue()
Is there a way to data-bind the value to a string or a string property of an object? I have not seen any documentation on data binding at all.
The text was updated successfully, but these errors were encountered: