-
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
Kba/minor bugfixes #23
Conversation
…- removes some redundant code
…sync functionality
…fixes a bug on multilinetext where focus on inputcontrol did not set the question to active
…ame to provider anyway so did not make sense to have it
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.
LGTM - one comment about if we import the input components in quickform component?
@@ -2,6 +2,7 @@ | |||
import React from 'react'; | |||
import { useQuickForm } from "../state/QuickFormContext"; | |||
import { Ending, Submit, Intro, SlideRenderer } from "./index"; | |||
import "./question/input-types/index"; |
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.
Did we not remove this some point so its not quickform itself that loads input components? the project should load the inputs?
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.
We left multi and the 3 baseinputcomponents behind so quickform would have some sort of functionality without registering. Very "skinny" version.
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.
We could do a ./core, ./input-controls package and put them all there though.
…ground to use them from components folder instead
🎉 This PR is included in version @eavfw/quickform-core-v1.1.0-vnext.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @eavfw/quickform-designer-v1.0.1-vnext.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
this pr does the following: