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

QuestionOptions na tela de criação de teste no admin #29

Closed
deleuterio opened this issue Feb 22, 2017 · 4 comments
Closed

QuestionOptions na tela de criação de teste no admin #29

deleuterio opened this issue Feb 22, 2017 · 4 comments
Assignees
Labels

Comments

@deleuterio
Copy link
Contributor

Rota: admin/provas/novo

  • problema é que o componente de remoção está como children de um RadioButton na view PublicContentCreateQuestionCreateAnswer
<RadioButtonGroup
              onChange={this.handleAnswerChange}
              name='options'
              defaultSelected='not_light'>
              {_.map(form.doc.get('options'), (c, i) =>
                    <RadioButton
                      value={i}
                      key={i}
                      label={<PublicContentShow
                        field='options'
                        schema={Tests.PageContentSchema}
                        index={i}
                        form={form}
                        doc={c} />} />)}
            </RadioButtonGroup>
@deleuterio
Copy link
Contributor Author

deleuterio commented Feb 22, 2017

Alinhar na view PublicContentShowQuestionView:
selection_005

@deleuterio deleuterio added the bug label Feb 22, 2017
@andredornas andredornas self-assigned this Feb 25, 2017
@andredornas
Copy link
Contributor

andredornas commented Feb 26, 2017

RadioButtonGroup não aceita um nested <div>

mui/material-ui#2225

@andredornas
Copy link
Contributor

@deleuterio não está obrigatório selecionar uma resposta para uma questão fechada, acho que é por causa do modelo e do astronomy

@deleuterio
Copy link
Contributor Author

Só fechar essa bagaça 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants