window.onload = function() {
var button = document.querySelector('.a1')
if (button) {
button.click()
}
}
document.addEventListener('DOMContentLoaded', function(){
var button = document.querySelector('.a1')
if (button) {
button.click()
}
});
public PlaceIdValue(item: Place): string {
return item.Id;
}
public AnotherIdValue(item: Another): string {
return item.SomeProperty.Id;
}
<my-component [items]="Places" [itemId]="$item.id"></my-component>
<my-component [items]="AnotherItems" [itemId]="$item.SomeProperty.Id"></my-component>
Ничего лучше
Вы не найдете.
Нативный select крайне плохо поддается кастомизации. Используйте плагины какими они есть или пишите свой кастомный селект