Open ceciliamvrie opened 6 years ago
@ceciliamvrie adding some additional regressions found after going through all components.
This is just a copy/paste of the issues above, so that we can keep track of progress on these.
Also it looks like these are the issues fixed in this PR https://github.com/MerlinLabs/styled-material-components/pull/314 - @ceciliamvrie feel free to update anything that's inaccurate
Gonna work on the button shadow
I've checked on my current pr, and I'm not seeing the issue where the custom checkbox border is different locally than from the site. I'm gonna check that box off
I'll do menus not rendering / throwing erros when not passed anchorEl as prop
Gonna work on the chips
PR #316 in for the menu fix. It was really only an issue in the implementation changes in the pages file, and not really anything with the component itself.
I think when adding flow/eslint it suggested setting state with a function instead of an object ... but the event being passed to that function was not being passed in properly.
I'm starting work on the dropdown text field issue.
Nevermind on the above ... I think priority for that issue is low because Merlin has a TextFieldDropdown component built out already.
I will now look into the tooltip stuff.
https://github.com/MerlinLabs/styled-material-components/pull/314 updated the Portal a bit, so you may want to wait until it lands to work on the tooltip (or just copy in the updates) @dekkofilms
Hmm, how close is that to being merged? @martahj
@dekkofilms Hopefully soon, @gregorelee is taking a look now
I'm not sure the textfield multiline issue is a genuine bug. In this PR app, you can see that the text area with two rows lets the user keep typing indefinitely, but does not expand vertically as they do so like the multiline text field. I don't see anything in the current material spec about multiline text fields, but honestly the experience seems pretty good. Thoughts? @danieltisdale @nataliaisabelle
Going to look into why colors differ between local and website builds
If you notice anything else, feel free to add to this list!
anchorEl
as a prop