Lee Ramsingh
Lee Ramsingh
Thanks, I got around it using:
No problem, yes I have moved it into a validation service. All looks well, although it does not revalidate if I select a value, still claims it's empty I've recorded...
Further to this, if I change the names so they are unique, the autocomplete works. Is there a bug if there are duplicate text despite the Ids being different?
Hi there, please see attached: https://github.com/leetheman/BlazoriseAutocompleteRepro Validation is sorted now thanks; in the repro I have two grids with the following source data: Id Name Display Name 1 Client A...
Hi David, I can't find the reference for the autocomplete API so unsure how to trigger the open programatically? But yes the addon button would suit perfectly
Agree - doesn't need to be inside the input, but a visual indicator is quite important so the user is aware there are options and it's not a free text....
@David-Moreira I have not looked at that yet, will check now thanks. The only thing is, often I will want to bind other controls, e.g. Autocomplete, or multiple controls so...
@David-Moreira no joy with the DataGridSelectColumn , it doens't even show up. I've updated my repro for you to check whenever you get a chance: https://github.com/leetheman/BlazoriseAutocompleteRepro
I'm on 1.4 Sorry, I meant, it shows up in my code, but does not display in the DOM or on the HTML page. The repro should demonstrate the problem...
Hi this affects me too and is quite frustrating as often razor components have a code block to cover the rendering e.g @if(IsLoading) { } this means that my entire...