SfTextInputLayout is just a layout control that
contains an input view with the decorating elements like helper
label, hint label, error label, etc around it. The behavior of text
formatting is determined by the input view, such as Entry, Editor, etc.
Also, it is the general behavior of entry and editor to display the
text with the same copied text format while pasting it in, and we are
not handling it on our side.