2014-12-16 2 views
-2

11 난 MS IE11이 페이지를 열면 아니오 숫자 스테퍼의 가시적 효과가입력 요소

<!DOCTYPE html> 
<html> 

<head> 
    <title>Untitled Page</title> 
</head> 

<body> 

<form> 
<label>Numeric field:</label><br /> 
<input type = "number" min = "10" max = "100" value = "10" /><br /> 
</form> 

</body> 

</html> 

그러나 입력 요소로 다음과 같은 테스트 페이지를 만들어 . IE 11의 결함입니까? 아니면 잘못된 것입니까?

+1

caniuse (http://caniuse.com/#feat=input-number)에 따르면 IE는 input type = number에 대한 불완전한 지원을 제공합니다. jQuery polyfill이 유용 할 수 있습니다. 자세한 내용은 https://github.com/jonstipe/number-polyfill을 참조하십시오. –

+0

@ Lance Leonard 글쎄, 답을 써주세요. –

답변

2

caniuse.com에 따르면 IE는 incomplete support for input type=number을 제공합니다. 유용 할 수있는 jQuery polyfill이 있지만 시나리오로 테스트 해보는 것이 좋습니다. 이 도움이

희망 ...

- 랜스

P.S. OP별로 답변을 답변으로 변환했습니다.