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
close icon

inline place editor Empty text does not update when I change dropdown selection

I have a location dropdwon, what I want when I change dropdown selection it should update inline editor text to EmptyText but right now it update only first time selection and if after that it does not update


<SfInPlaceEditor @ref="ipe_ShelfNo" @bind-Value="@Value" CssClass="form-text" TValue="string" Mode="RenderMode.Inline" Disabled="@SN_disabled" EditableOn="@EditableOn" Type="Syncfusion.Blazor.InPlaceEditor.InputType.Text" ShowButtons="false">                        

                            </InPlaceEditorEvents>

                            <EditorComponent>

                                <SfTextBox @ref="TextBoxPickerObj"

                                           @bind-Value="@Value"

                                           Placeholder="Select Shelf Number..."

                                           Readonly="true"

                                           Created="@AddShelfPickerButton" />

                            </EditorComponent>

                        </SfInPlaceEditor>


Location selection code

            ipe_ShelfNo.EmptyText="N/A";

             Value=null;



 


3 Replies

VJ Vinitha Jeyakumar Syncfusion Team November 7, 2022 02:29 PM UTC

Hi Sarvajeet,


We couldn't understand your requirement, you have mentioned that you are using the dropdown list with In-place editor. but the code you have shared has a text box. 

So can you please share us with your exact requirement along with the runnable sample or entire code snippet and Video illustration for our better understanding.

Regards,
Vinitha


SK Sarvajeet Kaur November 7, 2022 04:05 PM UTC

I already found work around, thanks for responding. 



VJ Vinitha Jeyakumar Syncfusion Team November 8, 2022 05:11 AM UTC

Hi Sarvajeet,


We are glad that you have found the solution. 

Regards,
Vinitha

Loader.
Live Chat Icon For mobile
Up arrow icon