Ankit Desai
Results
2
comments of
Ankit Desai
thanks @nithronium, that fixed it for me (updating to 1.8.0 didn't help)
having this same issue: `defaultValue={selectedCity}` doesn't work for me but `defaultValue="asdf"` does. also weird is that `placeholder={selectedCity}` works correctly but with bindings `defaultValue` (and `value`) do not EDIT: @fmoo, figured...