Philippe Bouillon

Results 35 comments of Philippe Bouillon

With the new fix I have this issue https://github.com/facebook/react-native/issues/22927

Applying the new fix I have this issue https://github.com/facebook/react-native/issues/22927 Default props: https://github.com/n4kz/react-native-material-textfield/blob/master/src/components/field/index.js#L58 Where it's calculated: https://github.com/n4kz/react-native-material-textfield/blob/master/src/components/line/index.js#L89 Some said we have to add a `margin: sameBorderWithValue` to make it works, but...

Don't know if it's related but my alerts and modals had bad background and text colors on Android. I noticed that the issue was occuring when my phone had `settings...

Haven't test on SDK 46 yet, maybe it could work?

> You should note the bug fix on your sandbox using the react-admin 4.2.7. Consequently, I'll close the issue. Well I just tried updating to react-admin 4.2.7 but the button...

Until the bug is fixed, I have 2 solutions * fix your server API endpoint to return exactly what the frontend needs for fields (not always easy) * on the...

**Update** For now I'm using 2 `save` buttons. The "real" one from React-Admin `SaveButton` and another one, a regular button hidden ` setButtonRef(ref)} type="submit" />`. When clicking the real one,...

Don't know if it's related but when using `` and refreshing the page, it will render correctly because it will show only once choices are available. But when going from...

@scalp42 Indeed it's still an issue. Following @voroniys solution feels wrong because we have to edit `_attributes.rb` file. Any updates on this?

It seems that it's related to `react-hook-form` and not `react-admin`. But I remember that in one of your previous versions, your code was kind of *sanitizing* useless/unrelated fields. I started...