RadzenAutoComplete Value is not displayed in the input field when using Value and Change event #1570

Closed
opened 2026-01-29 17:55:33 +00:00 by claunia · 0 comments
Owner

Originally created by @JohannesBauer97 on GitHub (Jan 18, 2025).

Describe the bug
Can be reproduced on the demo page, see steps below.

Given RadzenAutoComplete with Value and Change parameters set
When the Value variable has a predefined value
Then it's not displayed as value in the html input field

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://blazor.radzen.com/autocomplete?theme=material3#value-and-change-event
  2. Click on Edit Source of the Get and Set the value of AutoComplete using Value and Change event example
  3. Change Line 13 from string companyName; to string companyName = "test";
  4. Run the Example

Expected behavior

Expected:

Image

Observed:

Image

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Chrome
  • Version 5.7.9
Originally created by @JohannesBauer97 on GitHub (Jan 18, 2025). **Describe the bug** _Can be reproduced on the demo page, see steps below._ Given `RadzenAutoComplete` with `Value` and `Change` parameters set When the `Value` variable has a predefined value Then it's not displayed as value in the html input field **To Reproduce** Steps to reproduce the behavior: 1. Go to https://blazor.radzen.com/autocomplete?theme=material3#value-and-change-event 2. Click on `Edit Source` of the `Get and Set the value of AutoComplete using Value and Change event` example 3. Change Line 13 from `string companyName;` to `string companyName = "test";` 4. Run the Example **Expected behavior** Expected: ![Image](https://github.com/user-attachments/assets/ce618333-524f-4610-a964-dbc79daf84a6) Observed: ![Image](https://github.com/user-attachments/assets/f49a41e2-e2f5-4826-9bb0-6d53555ca99c) **Desktop (please complete the following information):** - OS: MacOS - Browser Chrome - Version 5.7.9
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1570