arnoldbird

Results 9 comments of arnoldbird

I second this. Is there a way to generate new entity types that are not node content types? When I use the --has-bundles flag for generate:entity:content, this results in a...

Here is a guide that appears relevant. https://www.agoradesign.at/blog/how-create-custom-entities-bundle-support-drupal-8 Update: I have confirmed that the approach described in the agoradesign.at guide works. Under "Creating the boilerplate code", you have to do...

Probably a duplicate of https://github.com/react-native-material-design/react-native-material-design/issues/174

@gauravg924 At first glance this appears to be a bug in your javascript. You might need to provide more information to enable someone to help you with this. It might...

I haven't used this library on the web. I've only used it for iOS app development. So I'm not sure this will help, but you can set an ID for...

There's nothing wrong with the error message. I mentioned the error message only because it makes it plain that your intent as a developer was/is as you described in your...

It's not clear how to set the selected value for a radio button. I don't understand why there is both an isSelected property and updateIsActiveIndex. I was not able to...

I can confirm the "pro" example in the README does not work, because radio_props isn't set in RadioForm. The example should start... ``` {/* To create radio buttons, loop through...

The short-term fix is to install react-codemod and use the React-PropTypes-to-prop-types.js script as described at https://github.com/reactjs/react-codemod#react-proptypes-to-prop-types