From 02e2aeb6d171a2696e9dd4b086103186ae3e03b1 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Thu, 20 Jul 2023 13:56:29 +0200 Subject: [PATCH 1/2] Extended control to set the Required attribute The control now allow the required attribute to be set. This will now give better UX feedback. --- .../Modules/Controls/AutoComplete.razor | 44 ++++++++++++------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/Oqtane.Client/Modules/Controls/AutoComplete.razor b/Oqtane.Client/Modules/Controls/AutoComplete.razor index b464fd20..8aca8d48 100644 --- a/Oqtane.Client/Modules/Controls/AutoComplete.razor +++ b/Oqtane.Client/Modules/Controls/AutoComplete.razor @@ -2,7 +2,7 @@ @inherits LocalizableComponent
- + @if (_results != null) {