GG
Size: a a a
GG
Вキ
AK
Вキ
Y
Y
Y
A
YM
IZ
IZ
YM
B
YM
D
YM
AV
MM
YM
<material-dropdown-select
buttonText="{{selectedValue}}"
[(selection)]="selectedValue"
[options]="values"
>
</material-dropdown-select>
final values = [1, 2, 3];
int selectedValue = 1;
tribute value expression (of type int) is not assignable to component input (of type SelectionModel<dynamic>)
На selection - The two-way binding selection requires a bindable output of name selectionChange
Как решать, кто подскажет?