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

[cdk:forms] slider的control不生效 #942

Closed
1 task done
Yummy-zZ opened this issue Jun 9, 2022 · 1 comment · Fixed by #946
Closed
1 task done

[cdk:forms] slider的control不生效 #942

Yummy-zZ opened this issue Jun 9, 2022 · 1 comment · Fixed by #946
Assignees
Labels
bug Something isn't working Comp:Slider

Comments

@Yummy-zZ
Copy link

Yummy-zZ commented Jun 9, 2022

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://codesandbox.io/s/idux-starter-7o9lv?file=/src/App.vue

Steps to reproduce

1.
2.const formGroup = useFormGroup({
xx: [10, required],
});
3.slider依然是0,而且滑不动

What is expected?

slider有10,而且能滑动

What is actually happening?

0,滑不动

Environment Info

Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (98.0.1108.50)
    Internet Explorer: 11.0.19041.1202
  npmPackages:
    @idux/cdk: ^1.0.0-beta.12 => 1.0.0-beta.12
    @idux/components: ^1.0.0-beta.12 => 1.0.0-beta.12
    @idux/pro: ^1.0.0-beta.12 => 1.0.0-beta.12
    vue: ^3.2.31 => 3.2.31
@idux-bot idux-bot bot added the Cdk:Forms label Jun 9, 2022
@idux-bot
Copy link

idux-bot bot commented Jun 9, 2022

Translation of this issue:

[CDK: Forms] The control of the slider does not take effect

REPRODUCTION LINK

[https://codesandbox.io/s/idux-starter-7o9lv?file=/src/app.vue] (https://codesandbox.io/s/idux-starter-7o9lv?file=/src/app.Vue)

STEPS To Reproduce


  1. 2.Const Formgroup = Useformgroup ({
    xx: [10, required],
    });
  2. Theslider is still 0, and it can't slide

What is exfected?

Slider has 10, and it can slide

What is actually happy?

0, slide

ENVIRONMENT Info

Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (98.0.1108.50)
    Internet Explorer: 11.0.19041.1202
  npmPackages:
    @idux/cdk: ^1.0.0-beta.12 => 1.0.0-beta.12
    @idux/components: ^1.0.0-beta.12 => 1.0.0-beta.12
    @idux/pro: ^1.0.0-beta.12 => 1.0.0-beta.12
    vue: ^3.2.31 => 3.2.31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Comp:Slider
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants