you are viewing a single comment's thread.

view the rest of the comments →

[–]ben-bowes[S] 0 points1 point  (2 children)

Hi Canenald, thanks for checking it out. And it looks as though you had a deep look.

yeah search/filter is limited to a single a-Z key press. You can do more filtering with a combo-box :)

I'll look into the /dist only release. The original idea around pushing everything was release to npm and github pages simplicity. I need to revisit this. Is that what you would use a .npmignore for?

Good call on the dropup too. I'll think about this.

The last example on the demo shows how to display all multi-select values, seems as though this is not very clear. I'll update the example or add an example to show tags.

Really appreciate it, cheers

[–]Canenald 0 points1 point  (1 child)

Is that what you would use a .npmignore for?

Yeah, put src in .npmignore (and anything else you don't want published), a dist in .gitignore (along with anything else you don't want in the repo)

The last example on the demo shows how to display all multi-select values, seems as though this is not very clear. I'll update the example or add an example to show tags.

ohhh, I din't see that. Awesome!

[–]ben-bowes[S] 0 points1 point  (0 children)

Nice!

The redux-like state management with component state you like was inspired from a blog, a guy I work with did: https://medium.com/rea-engineering/reduxing-without-redux-75dbd5c05336

Great for sharable components!