Eli Sherer

Results 11 comments of Eli Sherer

My boilerplate [elisherer/hyperapp-less-boilerplate](https://github.com/elisherer/hyperapp-less-boilerplate) uses webpack 4 (already suggested by me in #55 )

#55 Added with the latest webpack 4 version

Thanks @RuellePaul, I edited your file: - Removed the clsx and makeStyles dependencies - Corrected some TypeScript checks - Added prop: `rightAnchored` - set to true if the menu is...

I think defaultValue is not something that can be dynamically changed by design. If there is an event that changes the value of the input you should change the value...

@KatSick, Already did it on my PR #160.

With the PR I did (#160) it will be solved by passing `inputProps.maxLength`.

You can do `inputProps={ readOnly: true }` instead, I think this PR is just a syntactic sugar.

@joevo2 , it does: https://github.com/furqanZafar/react-selectize/blob/d3f707235cf4f8fca3646421861688678f70f045/src/SimpleSelect.ls#L81

Look for `# create dist/index.css` In gulpfile.ls

@furqanZafar , I resolved all the conflicts with the new version, I hope you could go over this one and approve it. (I suggest squashing my commits, since I had...