ansibleguy / webui

Basic WebUI for using Ansible
https://webui.ansibleguy.net
GNU General Public License v3.0
92 stars 7 forks source link

Feature: File Browsing - allow to select #10

Closed ansibleguy closed 8 months ago

ansibleguy commented 8 months ago

Scope

Frontend (User Interface)

Description

The fields list available files but you cannot select them (you either have to type them in or cut/paste)

ansibleguy commented 8 months ago

Related to #12

ansibleguy commented 8 months ago

Something like that: https://www.w3schools.com/howto/howto_js_autocomplete.asp It should also work for selecting multiple values.