We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please fill in below, this will form part of a migration guide going forward.
invalid
labelAfter
customValidator?: (value: string) => { valid?: boolean; message?: string; } | void;
onValidate?: (valid: boolean | undefined, message: string) => void;
leading?: () => DNode;
trailing?: () => DNode;
helperText?: string;
DELETED
open
underlayEnterAnimation
underlayExitAnimation
null
collapseWidth
600
helperText?: string
.actions
align
The text was updated successfully, but these errors were encountered:
@tomdye can this be closed?
Sorry, something went wrong.
No branches or pull requests
Issue to capture breaking changes and migration guide for v5 -> v6.
Please fill in below, this will form part of a migration guide going forward.
TextInput
Removed
invalid
labelAfter
Added
customValidator?: (value: string) => { valid?: boolean; message?: string; } | void;
onValidate?: (valid: boolean | undefined, message: string) => void;
leading?: () => DNode;
trailing?: () => DNode;
helperText?: string;
PRs
Enhanced Text Input
DELETED
PRs
Dialog
Added
open
class alongside 'root' when dialog is openunderlayEnterAnimation
/underlayExitAnimation
propertiesnull
to stop any animation from runningPRs
Textarea
Removed
labelAfter
Added
helperText?: string;
PRs
SplitPane
Removed
collapseWidth
of600
. If nocollapseWidth
is passed it will no longer collapsePRs
Select
Removed
labelAfter
Added
helperText?: string
PRs
Toolbar
Added
.actions
wrapper for toolbar actions which will automatically switch from row to column view when menu is collapsed into slide pane.align
option to set the alignment of the embedded SlidePan that is displayed on narrow screensPRs
The text was updated successfully, but these errors were encountered: