Skip to content

Commit

Permalink
fix: input field parameters (#99)
Browse files Browse the repository at this point in the history
* fix: react components InputField added pattern and key

* fix: theme inputFieldStyle remove not focus requirement for invalid
field

* fix: remove key that Kratos won't be sending

* chore: remove unsupported `fullWidth` prop

---------

Co-authored-by: Henning Perl <[email protected]>
Co-authored-by: Alano Terblanche <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent e4394b8 commit caf283b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-components/ory/helpers/node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export const Node = ({
defaultValue={attrs.value as string | number | string[]}
required={attrs.required}
disabled={attrs.disabled}
pattern={attrs.pattern}
/>
)
}
Expand Down

0 comments on commit caf283b

Please sign in to comment.