Jae Hong Lee

Results 27 comments of Jae Hong Lee

You need to read documentation below https://yuvaleros.github.io/material-ui-dropzone/ you need to customize it by 'alertSnackbarProps' i.e. if you want to change position `alertSnackbarProps={{ anchorOrigin: { vertical: "top", horizontal: "right" } }}`...

I just installed under React 17.0.2 and no issues found for me

There is nothing I did something else. created react project by `npx create-react-app` and installed material-ui and material-ui-search-bar. Try clean your package cache and reinstall. As you see my dependency...

Is create-react-app package installed globally or did you installed on the fly using npx into your project dir?

I noticed missing dependency error message was shown although I could run it with react 17. sorry for the confusion. Until they update dep compatible version for react 17, I...

or try opening node_modules > material-ui-search-bar > package.json and update react and react-dom version to 17.0.2 in `devDependencies` and `peerDependencies`.

I had to implement multi-select feature and tried to utilize drop animation. hope this helps people who looking for multi-select. **onDragStart** ``` // set $item relative to cursor position onDragStart:...

I don't use this UI tools but reached to here because I googled 'Skipping auto-scroll behavior due to `position: sticky` or `position: fixed` on element' message. My NextJS app has...

I had to make this search-bar compatible with react-18 and mui-v5 so I updated. https://gist.github.com/hongz1/8368c79690b8bdfe5a86f686e3257134

No longer support for new versions of React and MUI?