search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

select form with remote search

Asked by Steffan
2 months ago.

hello im using

const formoptions = await fetch("sql_backend-search-client.php").then(response => response.json());

const form = [

{

name: "client",

id: "client",

type: "select",

options: formoptions,

}

const modal = await DayPilot.Modal.form(form);

And that is showing me all the clients in the database when creating a new item in agenda.

But i like to change that field to a search field so i can search for a client
I have a external page that does this but howw can i include that page to this model?

Answer posted by Steffan
2 months ago.

oeps i see you can change it to

type: "searchable",

so that works :-)

Comment posted by Dan Letecky [DayPilot]
2 months ago.

Great, thanks for posting the solution!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.