-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Form field improvements #78
Comments
|
Could you give an example of 4? for 5, then why can DateField set it as required?
|
Going to push a commit that addresses 1 and 5 soon
<div style="display: flex;flex-direction: column;gap: 0.25rem;">
<TextField name="Field" />
<div style="padding: 0px 1rem;color: rgb(var(--m3-scheme-on-surface-variant));" class="m3-font-body-small">Supporting text</div>
</div>
It's not part of DateField though, it's part of Dialog, so you need to configure overflow visible with some css there |
Also the reason DateField could be set to required or not required was that the "clear" button depends on it |
Please update the original issue description to only include things that are still relevant |
Working on the site that uses m3-svelte again and came across some of the issues again. Decided to actually updated it lol |
The current DateField & Textfield components have quite a few issues:
The text was updated successfully, but these errors were encountered: