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

syncLabel 추가 건의 #3

Open
panic910 opened this issue Feb 6, 2018 · 1 comment
Open

syncLabel 추가 건의 #3

panic910 opened this issue Feb 6, 2018 · 1 comment

Comments

@panic910
Copy link

panic910 commented Feb 6, 2018

AX5UI-select 테스트 중에 한가지 수정했으면 하는 사항이 있어서 이슈 남김니다.

multiple select 이용시 options에

option = [
{value : '1', text:'1이다', selected: true}
{value : '2', text:'2이다', selected: false}
{value : '3', text:'3이다', selected: true}
]

위 형태로 value 를 설정해서 select 를 생성하면 label 에

"1외에 1건" 으로 표기되어져 생성되는 것이 아닌 빈 label이 나타납니다.

bind 시에 label 싱크가 안되는듯 하여

ax5select.js 708 line 뒤에 아래

syncLabel.call(this, queIdx);

를 추가하여 사용 중입니다.

해당 부분 검토 부탁드립니다. ^^

@thomasJang
Copy link
Member

👍

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

No branches or pull requests

2 participants