mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 20:27:25 +00:00
Fixed more input accessibility issues, also
- Added searchParams based router for easier testing - Added more stories to the storybook
This commit is contained in:
@@ -17,6 +17,7 @@ export const NumberType = () => {
|
||||
return (
|
||||
<Wrapper>
|
||||
<FieldArray
|
||||
label="Foobar"
|
||||
type="number"
|
||||
value={value}
|
||||
length={3}
|
||||
@@ -32,6 +33,7 @@ export const StringType = () => {
|
||||
return (
|
||||
<Wrapper>
|
||||
<FieldArray
|
||||
label="Foobar"
|
||||
type="string"
|
||||
value={value}
|
||||
length={3}
|
||||
|
||||
Reference in New Issue
Block a user