Select Item - Select blank default - Error Item to select field is required

Try to use below methods and see

  1. String.Empty instead of “”
    or
  2. Assign that empty value to a variable and pass the variable into it.
1 Like