Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #63: Custom widgets registration. #67

Merged
merged 3 commits into from
Mar 16, 2016
Merged

Refs #63: Custom widgets registration. #67

merged 3 commits into from
Mar 16, 2016

Conversation

n1k0
Copy link
Collaborator

@n1k0 n1k0 commented Mar 15, 2016

Refs #63. WiP.

@@ -5,7 +5,8 @@ import TextWidget from "./../widgets/TextWidget";
import SelectWidget from "./../widgets/SelectWidget";


function StringField({schema, name, uiSchema, formData, required, onChange}) {
function StringField(props) {
const {schema, widgets, name, uiSchema, formData, required, onChange} = props;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

µnit: not same order as BooleanField :)

@Natim
Copy link
Contributor

Natim commented Mar 16, 2016

It looks good thanks :)

@n1k0 n1k0 force-pushed the register-widgets branch 4 times, most recently from 64cde6c to c117ee6 Compare March 16, 2016 14:03
@leplatrem
Copy link
Contributor

:shipit: !

n1k0 added a commit that referenced this pull request Mar 16, 2016
@n1k0 n1k0 merged commit 22b8e8e into master Mar 16, 2016
@n1k0 n1k0 deleted the register-widgets branch March 16, 2016 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants