David Henri

Results 12 issues of David Henri

Hi, I am using the React-Toolbox and I understood that it uses the react-css-themr behind the scene. I am trying to add a class dynamically to do the styling but...

Hi, I am using the React-Toolbox and I understood that it uses the react-css-themr behind the scene. I am trying to use a simple css selector with an attribute and...

Hi I would like to suggest adding a FAQ entry to describe briefly which modifications should be done to package.json and the webpack.config.xxx.js files to handle css modules properly. Thanks.

enhancement
Good first PR

**Is your feature request related to a problem? Please describe.** In order to translate AJV error messages, the errors should be passed to the renderer. **Describe the solution you'd like**...

react

**Describe the bug** I think the time format validation is too restrictive. It is added in the [validator.ts](https://github.com/eclipsesource/jsonforms/blob/bc819784999c9ebd5fee08421593d2c3995c35b0/packages/core/src/util/validator.ts#L38) and there is no explanation why the default time format is replaced....

bug
core

The documentation of the table on your website ([http://react-toolbox.io/#/components/table](http://react-toolbox.io/#/components/table)) is completely outdated. I guess it simply use an old md file.

The table is not showing at all. After few researches I realized that the code is doing some class type comparison in order to filter header than data row but...

Type: Bug
Contribution Needed

The IconButton element does not support the button theme customization. I was expecting, as mentioned by the documentation, that the button theme will be applied to the IconButton component when...

### Description I wanted to remove the underline of a paper-input to make it look more like a read-only component. So I added a css class named "nounderline" to my...

### Description The `paper-radio-button` element does not hide when the hidden attribute is applied to it. It seems the hidden attribute selector is not applied to the :host. ### Expected...