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

FormRadio UI Object 에 disabled 처리가 가능하도록 변경. #1241

Closed
xharpenParksuhyeon opened this issue Jul 9, 2021 · 0 comments
Closed
Assignees
Milestone

Comments

@xharpenParksuhyeon
Copy link
Member

문제

'options' => [
      'button_1' => [ 'text' => '무료', 'value' => 'false', 'disabled' => 'true'],
      'button_2' => [ 'text' => '유료', 'value' => 'true', 'disabled' => 'true'],
  ],

기존에는 disabled 처리가 필요한 곳에 명시해도 라디오 버튼에 적용되지 않았습니다.

스크린샷 2021-07-10 오전 1 55 39

해결

스크린샷 2021-07-10 오전 1 58 14

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

No branches or pull requests

1 participant