TarikHuber / material-ui-filter

Material UI Drawer for filtering local arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some modifications to the filters

IronTony opened this issue · comments

Hi again,
I am customizing your great component amd then I'll do a PR.
Unfortunatelly I have some problems doing this.
What I am trying to do is to leave the very first filter opened when I click on the filter button that open the drawer.
Then I'd like to pass some other data to the filter and create a select, in some cases, with the received data.

Any initial help would be more than welcome, so I can achieve my goal? 😀

Hi @IronTony . Send your PR and we will check it out. Thank you for that!
We will for sure try to help as good as we can. There are also some other improvements we want to make.

Hey @TarikHuber, thank you for your kind offer. Let me clean all comments and log() and I will send you a PR within next 2 days.

Hello @TarikHuber, sorry for my stupid question, but the version I found here, is different from the one I have downloaded from NPM, I tried to include this version inside my components/ folder of my project, but it doesn't run.

Hi @IronTony hmmm.... @MaximilianPichler did you change something without publishing?
We had a lot of changes in the last time. We will probably go back to material-ui-superselectfield next week.

It seems to me that the NPM is in ES5, the code here in src/ is ES6 with jsx inside, instead of React.createElement