mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
chore(Checkbox/Switch): change model binding (#58)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import ComponentRender from '../component-render'
|
||||
describe('Input', () => {
|
||||
it.each([
|
||||
['basic case', {}],
|
||||
['with id', { props: { name: 'id' } }],
|
||||
['with name', { props: { name: 'username' } }],
|
||||
['with type', { props: { type: 'password' } }],
|
||||
['with placeholder', { props: { placeholder: 'Enter your username' } }],
|
||||
|
||||
Reference in New Issue
Block a user