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

그리드 datepicker 활성화시 input readonly 옵션이 없나요? #2054

Open
GG-PWSG opened this issue Aug 3, 2024 · 1 comment
Open
Labels

Comments

@GG-PWSG
Copy link

GG-PWSG commented Aug 3, 2024

그리드에서 datepicker 클릭해서 날짜 입력시 input reonly 로 막고

달력으로만 입력 가능하게 하고 싶은데

따로 옵션 설정이 있나요?

@HIMZ5221
Copy link

HIMZ5221 commented Aug 19, 2024

DatePickerEditor.prototype.createInputElement = function () {
                        var inputEl = document.createElement('input');
                        inputEl.className = dom_1.cls('content-text');
                        inputEl.type = 'text';
                        inputEl.readOnly = true;  // readonly 속성 추가
                        return inputEl;
                    };

토스트JS를 수정해보시기 바랍니다. 붙혀넣기도 정상작동합니다. (4.20v)

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

No branches or pull requests

2 participants