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
To improve flexibility, we can modify the FlottformTextInputHost to accept an additional, optional parameter named textInputField during initialization. This parameter will allow developers to specify an input field directly, to which text can be attached. If provided, textInputField will be used to handle text input; if not, the default behavior remains unchanged.
We already did this for createTextInput in default-component.
Links / References
\
Tasks / Definition of Done
Add an optional textInputField parameter to the FlottformTextInputHost.
Implement logic to attach text to the specified textInputField when provided.
Update documentation.
Further information
\
The text was updated successfully, but these errors were encountered:
Description
To improve flexibility, we can modify the
FlottformTextInputHost
to accept an additional, optional parameter namedtextInputField
during initialization. This parameter will allow developers to specify an input field directly, to which text can be attached. If provided,textInputField
will be used to handle text input; if not, the default behavior remains unchanged.We already did this for
createTextInput
indefault-component
.Links / References
\
Tasks / Definition of Done
textInputField
parameter to theFlottformTextInputHost
.textInputField
when provided.Further information
\
The text was updated successfully, but these errors were encountered: