Chosen: iPadμ—μ„œ μ„ νƒν•˜λ©΄ 선택 ν›„ μ»€μ„œκ°€ λ‚¨μŠ΅λ‹ˆλ‹€.

에 λ§Œλ“  2017λ…„ 07μ›” 30일  Β·  4μ½”λ©˜νŠΈ  Β·  좜처: harvesthq/chosen

iPad의 μ„ νƒλœ 선택 ν•­λͺ©μ—μ„œ μ„ νƒν•˜λ©΄ κΉœλ°•μ΄λŠ” μ»€μ„œκ°€ 선택 ν•­λͺ© 뒀에 λ‚¨μŠ΅λ‹ˆλ‹€(μ„ νƒλœ μ›Ή νŽ˜μ΄μ§€μ—μ„œ μ•„λž˜ μ°Έμ‘°). 선택 ν•­λͺ©μ΄ μ΄ˆμ μ„ μžƒμœΌλ©΄ μ»€μ„œκ°€ μ‚¬λΌμ§‘λ‹ˆλ‹€.
img_0270

κ°€μž₯ μœ μš©ν•œ λŒ“κΈ€

iPad의 Chosenμ—μ„œλ„ λ™μΌν•œ λ¬Έμ œκ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€. 검색 μž…λ ₯이 μžˆλŠ” 선택 ν•­λͺ©μ΄ μ—΄λ € μžˆμ„ λ•Œλ§Œ μ»€μ„œλ₯Ό ν‘œμ‹œν•˜λ„λ‘ μ„ νƒλœ ν•­λͺ©μ˜ μŠ€νƒ€μΌ μž¬μ •μ˜μ— λ‹€μŒ 쀄을 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.

.chosen-container {
    .chosen-search-input {
            user-select: none !important;
    }
    &.chosen-container-single-nosearch {
        .chosen-search-input {
             user-select: none !important;
        }
        &.chosen-with-drop .chosen-search-input {
             user-select: none !important;
        }
    }

    &.chosen-with-drop {
        .chosen-search-input {
            user-select: all !important;
        }
    }
}

λͺ¨λ“  4 λŒ“κΈ€

이것은 μ•Œλ €μ§„ 문제이며 κ·Έλ ‡κ²Œ λ°›μ•„λ“€μ—¬μ‘ŒμŠ΅λ‹ˆλ‹€. μžμ„Έν•œ λ‚΄μš©μ€ https://github.com/harvesthq/chosen/pull/2727 을 μ°Έμ‘°ν•˜μ„Έμš”.

iPad의 Chosenμ—μ„œλ„ λ™μΌν•œ λ¬Έμ œκ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€. 검색 μž…λ ₯이 μžˆλŠ” 선택 ν•­λͺ©μ΄ μ—΄λ € μžˆμ„ λ•Œλ§Œ μ»€μ„œλ₯Ό ν‘œμ‹œν•˜λ„λ‘ μ„ νƒλœ ν•­λͺ©μ˜ μŠ€νƒ€μΌ μž¬μ •μ˜μ— λ‹€μŒ 쀄을 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.

.chosen-container {
    .chosen-search-input {
            user-select: none !important;
    }
    &.chosen-container-single-nosearch {
        .chosen-search-input {
             user-select: none !important;
        }
        &.chosen-with-drop .chosen-search-input {
             user-select: none !important;
        }
    }

    &.chosen-with-drop {
        .chosen-search-input {
            user-select: all !important;
        }
    }
}

@TammyTee μ—μ„œ μ œκ³΅ν•œ μ½”λ“œλ₯Ό 보닀 일반적으둜 λ§Œλ“€μ–΄ μž‘λ™ν•˜λ„λ‘ ν–ˆμŠ΅λ‹ˆλ‹€.

.disable-select
{
  -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
     -khtml-user-select: none !important; /* Konqueror HTML */
       -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
            user-select: none !important; /* Non-prefixed version, currently
                                             supported by Chrome and Opera */
}
.chosen-container
{
    .chosen-search-input
    {
            .disable-select;
    }
    &.chosen-container-single-nosearch
    {
        .chosen-search-input
        {
             .disable-select;
        }
        &.chosen-with-drop .chosen-search-input
        {
             .disable-select;
        }
    }
    &.chosen-with-drop
    {
      .disable-select;
    }
}

μ €μ—κ²Œ νš¨κ³Όμ μž…λ‹ˆλ‹€. κ°μ‚¬ν•©λ‹ˆλ‹€!

2018λ…„ 4μ›” 15일 μ˜€ν›„ 3μ‹œ 47뢄에 Adam Cadot [email protected] 은 λ‹€μŒκ³Ό 같이 μΌμŠ΅λ‹ˆλ‹€.

@TammyTee μ—μ„œ μ œκ³΅ν•œ μ½”λ“œλ₯Ό 보닀 일반적으둜 λ§Œλ“€μ–΄ μž‘λ™ν•˜λ„λ‘ ν–ˆμŠ΅λ‹ˆλ‹€.

.disable-선택
{
-webkit-touch-callout: μ—†μŒ !μ€‘μš”; /* iOS μ‚¬νŒŒλ¦¬ /-webkit-user-select: μ—†μŒ !μ€‘μš”; /-khtml-user-select: μ—†μŒ !μ€‘μš”; /-moz-user-select: μ—†μŒ !μ€‘μš”; /-ms-user-select: μ—†μŒ !μ€‘μš”; /μ‚¬μš©μž 선택: μ—†μŒ !μ€‘μš”;
Chrome 및 Operaμ—μ„œ 지원 */
}

.chosen-container
{
.선택 검색 μž…λ ₯
{
.disable-선택;
}
&.chosen-container-single-nosearch
{
.chosen-search-input
{
.disable-선택;
}
&.chosen-with-drop .chosen-search-input
{
.disable-선택;
}
}
&.chosen-with-drop
{
.disable-선택;
}
}

β€”
μŠ€λ ˆλ“œλ₯Ό μž‘μ„±ν–ˆκΈ° λ•Œλ¬Έμ— 이 λ©”μ‹œμ§€λ₯Ό λ°›λŠ” κ²ƒμž…λ‹ˆλ‹€.
이 이메일에 직접 λ‹΅μž₯ν•˜κ±°λ‚˜ GitHubμ—μ„œ λ³΄κ±°λ‚˜ μŠ€λ ˆλ“œλ₯Ό μŒμ†Œκ±°ν•˜μ„Έμš”.

이 νŽ˜μ΄μ§€κ°€ 도움이 λ˜μ—ˆλ‚˜μš”?
0 / 5 - 0 λ“±κΈ‰