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
colonless
ix-form-item
colon
boolean
false
formGroup
@idux/cdk/forms
useFormGroup
FormGroup
labelAlign
left | right
right
labelCol
object
layout
horizontal | vertical | inline
horizontal
label
control
string | AbstractControl
extra
string | v-slot:extra
hasFeedback
string | v-slot:label
<ix-col>
span
offset
labelFor
for
string
required
tooltip
sting | v-slot:tooltip
validateStatus
valid | invalid | validating
validateTip
string | FormValidateTip
invalid
The text was updated successfully, but these errors were encountered:
Colonless
IX-Form-Item
Boolean
False
Formgroup
@ iDUX / cdk / forms
Labelalign
LabLAlign
Right
Labelcol
Layout
horztal
Label
Control
Extra
Hasfeedback
Labelign
Offset
Object
labelfor
String
Required
Tooltip
ValidateStatus
Validatetip
Sorry, something went wrong.
feat(comp:form): add form component (#333)
5900926
* refactor(cdk:forms): controls to reactive fix #328
danranVm
Successfully merging a pull request may close this issue.
What problem does this feature solve?
What does the proposed API look like?
API
ix-form
FormProps
colonless
ix-form-item
的colon
默认值boolean
false
formGroup
@idux/cdk/forms
中的useFormGroup
使用FormGroup
labelAlign
ix-form-item
的labelAlign
默认值left | right
right
labelCol
ix-form-item
的labelCol
默认值object
layout
horizontal | vertical | inline
horizontal
ix-form-item
FormItemProps
colonless
label
后面的冒号boolean
control
string | AbstractControl
extra
string | v-slot:extra
hasFeedback
boolean
false
label
label
标签的文本string | v-slot:label
labelAlign
label
标签文本对齐方式left | right
labelCol
label
标签布局,同<ix-col>
组件,设置span
offset
的值object
labelFor
label
标签的for
属性string
required
boolean
false
tooltip
sting | v-slot:tooltip
validateStatus
valid | invalid | validating
validateTip
string | FormValidateTip
string
时,为invalid
状态的提示The text was updated successfully, but these errors were encountered: