Skip to content
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

Merged
merged 10 commits into from
May 31, 2024
Merged

Kba/minor bugfixes #23

merged 10 commits into from
May 31, 2024

Conversation

KasperBaun
Copy link
Contributor

this pr does the following:

  • Change default view in Designer to "Intro" instead of "Settings".
  • Corrects a color-issue on "Tryk Enter" text on slide button - it was white on white background at times.
  • adds the option to define icons and buttonText pr. slide
  • fixes a bug on multilinetext where focus on inputcontrol did not set the question to active
  • removes 2 second wait on phonevalidation that was used to demo async functionality

@KasperBaun KasperBaun requested a review from pksorensen May 30, 2024 11:13
Copy link
Contributor

@pksorensen pksorensen left a 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";
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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
@KasperBaun KasperBaun merged commit 3b933c9 into vnext May 31, 2024
@KasperBaun KasperBaun deleted the kba/minor-bugfixes branch May 31, 2024 06:52
Copy link

🎉 This PR is included in version @eavfw/quickform-core-v1.1.0-vnext.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @eavfw/quickform-designer-v1.0.1-vnext.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants