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

Compatibilité avec FormSchema #10

Open
FlorentLeBorgne opened this issue Aug 10, 2018 · 0 comments
Open

Compatibilité avec FormSchema #10

FlorentLeBorgne opened this issue Aug 10, 2018 · 0 comments

Comments

@FlorentLeBorgne
Copy link

Pour être compatible avec la lib "vue-json-schema" et son composant "FormSchema", il faut que les composants SIPA-UI respectent les formats des champs retournés par FormSchema.
Par exemple pour un input :

{
            value: [String, Number],
            size: String,
            resize: String,
            form: String,
            disabled: Boolean,
            readonly: Boolean,
            type: {
                type: String,
                default: 'text'
            },
            autosize: {
                type: [Boolean, Object],
                default: false
            },
            autoComplete: {
                type: String,
                default: 'off'
            },
            validateEvent: {
                type: Boolean,
                default: true
            },
            suffixIcon: String,
            prefixIcon: String,
            label: String,
            clearable: {
                type: Boolean,
                default: false
            },
            tabindex: String
}
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

No branches or pull requests

1 participant