Seite 1 von 1

Dropdown Liste sortieren ?

Verfasst: 03.02.2023, 08:18
von golo
Hallo

Ich habe ein Formular mit einer dropdown Liste die sich bei neuen Eingaben erweitert .

DropDownList1::exit - (JavaScript, client)

if (this.rawValue && this.selectedIndex == -1) {
this.addItem(this.rawValue)
}

Kann ich die dropdown Liste aufsteigend automatisch sortieren lassen ?

Gruß