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

Add TextField #34

Merged
merged 11 commits into from
Jun 7, 2024
Merged

Add TextField #34

merged 11 commits into from
Jun 7, 2024

Conversation

Pante
Copy link
Member

@Pante Pante commented Jun 6, 2024

This PR introduces FTextField which is based on Material's FTextField. It provides a few named constructors for common use-cases. FTextField differs slightly from Shadui's TextArea as it does not contain a button in the bottom right corner for resizing the FTextField.

It also lays the groundwork for changing its visual appearance when an error occurs. This is not automatically configured since we currently lack a global error-related color.

Closes #10, #18.

@Pante Pante requested a review from kawaijoe June 6, 2024 07:31
@Pante Pante force-pushed the feature/textfield branch from b09eae7 to 36b5fb6 Compare June 6, 2024 07:33
@kawaijoe kawaijoe merged commit 7df4222 into master Jun 7, 2024
5 checks passed
@kawaijoe kawaijoe deleted the feature/textfield branch June 7, 2024 02:52
@Pante Pante linked an issue Jun 7, 2024 that may be closed by this pull request
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.

Textarea Input
2 participants