You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"type" selection displays length ("nvarchar(50)") when selected. It should be possible to have the selection in the dropdown display just "nvarchar", but override the displayed value to be "nvarchar(50)" when it's selected by playing with the combo box's value and selectedOptions
Reality:
default length is a not-particularly-useful 1
"type" dropdown doesn't diplay the length, which can make this easy to miss
The text was updated successfully, but these errors were encountered:
Repro:
varchar
/nvarchar
/varbinary
Expected:
value
andselectedOptions
Reality:
1
The text was updated successfully, but these errors were encountered: