-
Notifications
You must be signed in to change notification settings - Fork 0
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
Address component #1277
Address component #1277
Conversation
Fix textfield so it also works with prefill
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📫 📯
packages/shared-components/src/formio/components/base/FormioReactComponent.tsx
Outdated
Show resolved
Hide resolved
packages/shared-components/src/formio/components/core/address/Address.tsx
Show resolved
Hide resolved
# Conflicts: # packages/shared-components/src/context/component/componentUtilsContext.tsx # packages/shared-components/src/formio/components/base/BaseComponent.ts
Feature/name prefill
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆔 🛂 🔑
packages/shared-components/src/formio/components/base/components/ComponentLabel.tsx
Show resolved
Hide resolved
packages/shared-components/src/formio/components/core/textfield/TextField.tsx
Outdated
Show resolved
Hide resolved
packages/shared-components/src/formio/components/extensions/identity/Identity.tsx
Outdated
Show resolved
Hide resolved
...s/shared-components/src/formio/components/groups/your-information/YourInformation.builder.ts
Outdated
Show resolved
Hide resolved
...s/shared-components/src/formio/components/groups/your-information/YourInformation.builder.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📮 🏠 👍
import SubmissionAddress from './address'; | ||
import SubmissionIdentity from './identity'; | ||
|
||
interface SubmissionDefault { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kan flettes sammen med SubmissionData-typen?
No description provided.