File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
src/Azure.AISearch.WebApp/Pages Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 501501 }
502502
503503 <div class =" input-group" >
504- <input type =" text"
505- class =" form-control border-primary"
506- placeholder =" Search or ask anything"
507- name =" @nameof(SearchRequest.Query)"
508- v-model =" query"
509- :disabled =" isLoading" />
510- <button class =" btn btn-outline-primary"
511- type =" button"
512- v-on:click =" submitSearch"
513- :disabled =" isLoading" >
514- <!-- Button content changes based on `isLoading` -->
515- <span v-if =" !isLoading" ><i class =" bi bi-send" ></i > Send</span >
516- <span v-else >
517- <i class =" spinner-border spinner-border-sm" role =" status" aria-hidden =" true" ></i > Searching...
518- </span >
519- </button >
504+ <input type =" text" class =" form-control border-primary" placeholder =" Search or ask anything" name =" @nameof(SearchRequest.Query)" />
505+ <button class =" btn btn-outline-primary" type =" submit" ><i class =" bi bi-send" ></i > Send</button >
520506 </div >
521-
522- <!-- Optional dynamic status message -->
523- <div v-if =" isLoading" class =" mt-2 text-primary" >
524- <i class =" spinner-border spinner-border-sm" role =" status" aria-hidden =" true" ></i > Searching, please wait...
525- </div >
526-
507+
527508</form >
528509
529510<partial name =" _SearchResponse" model =" Model.SearchResponse" />
You can’t perform that action at this time.
0 commit comments