class ComboboxInput { readonly combobox: any; @Input() @Output('valueChange') value: any;}
any
The combobox that the input belongs to.
The value of the input.