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

Modal text inputs are always marked as required #112

Closed
Drowrin opened this issue Nov 22, 2023 · 1 comment
Closed

Modal text inputs are always marked as required #112

Drowrin opened this issue Nov 22, 2023 · 1 comment

Comments

@Drowrin
Copy link
Contributor

Drowrin commented Nov 22, 2023

In version 0.1.3, all TextInput components are marked as required, even if required=False is passed to the constructor.

I believe this is due to this line:
https://github.com/brazier-dev/hikari-flare/blob/main/flare/components/modal.py#L207

@hypergonial
Copy link
Member

Fixed in #113

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 a pull request may close this issue.

2 participants