We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SfTextBox don't show PLACEHOLDER - from 158792

Felipe de Abajo Aragón

Jan 19, 2023 01:14 PM

Hello,


I have the same problem, tried the <div> solution but it doesn't work:

<SfInPlaceEditor @bind-Value="@user" TValue="ApplicationUser" Mode="@Mode" EditableOn="@EditableOn"

                 Type="Syncfusion.Blazor.InPlaceEditor.InputType.Text" ShowButtons="@ShowButtons" Disabled="@Disabled"

                 SubmitOnEnter="true">


    <EditorComponent>

        <div>

            <SfTextBox Placeholder="Nombre de usuario:" @bind-Value="@Username"></SfTextBox>

        </div>

        <div>

            <SfTextBox Placeholder="Correo electrónico:" @bind-Value="@Email"></SfTextBox>

        </div>

        <div>

            <SfTextBox Placeholder="Número de teléfono:" @bind-Value="@PhoneNumber"></SfTextBox>

        </div>

    </EditorComponent>

    <InPlaceEditorEvents OnActionSuccess="OnSuccess" TValue="@ApplicationUser"></InPlaceEditorEvents>


</SfInPlaceEditor>



Could you help me please? 


1 Reply

VY Vinothkumar Yuvaraj Syncfusion Team January 23, 2023 04:46 PM UTC

Hi Felipe de Abajo Aragón,


As you reported, we checked your query, but unfortunately, we were unable to replicate your problem at our end. Please see the attached sample and code for your reference.


Can you please share the below information to replicate your issue at our end?

  • Share a runnable sample.
  • Please share the replication procedure so that we can investigate your problem.
  • If possible, please share a video that shows the issue you are experiencing.


Regards,

Vinothkumar


Attachment: New_folder_(4)_6dfa03e4.zip

Loader.
Live Chat Icon For mobile
Up arrow icon