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

'as' and 'errorClass' of Summary do not work #161

Open
lsbrucelincoln opened this issue Mar 19, 2019 · 0 comments
Open

'as' and 'errorClass' of Summary do not work #161

lsbrucelincoln opened this issue Mar 19, 2019 · 0 comments

Comments

@lsbrucelincoln
Copy link

In old version, my usage of Summary is like this
<Form.Summary formatMessage={this.formatMessage} className={fieldClass} {...props} component={AlertBanner} ></Form.Summary>

So based on the new version document , I change it to
<Form.Summary formatMessage={this.formatMessage} errorClass={fieldClass} {...props} as={AlertBanner} ></Form.Summary>

But I found the 'as' and 'errorClass' do not work. The default prop of 'as' is 'ul', but I can only see 'li' in your example code.
1

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

No branches or pull requests

1 participant