]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/patron/profile-select.component.html
LP1859241 Angular holds patron search dialog
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / share / patron / profile-select.component.html
1
2 <eg-combobox #combobox 
3   [startId]="initialValue" [entries]="cboxEntries"
4   (onChange)="propagateCboxChange($event)"
5   i18n-placeholder placeholder="Profile Group">
6 </eg-combobox>