Jingyu Zhang

Results 4 issues of Jingyu Zhang

We didn't specify `exact: true` at any other places except for Collection class. For all the others they just use the default value for Capybara setting, which is false. https://github.com/appfolio/ae_page_objects/blob/master/lib/ae_page_objects/elements/collection.rb#L71...

So the current HMF component: 1. It supports both controlled and uncontrolled ways, but we searched through the code base, HMF has never been used as uncontrolled component…should we get...

didn't test in storybook, but when actually using it,, the syntax would be: `````` instead of `{{...}}`

If a Select component already renders something `A`, passing a `null` value to component won't trigger it to re-render (i.e. it still shows the old value `A`).