0

Can anyone tell me how to split arrows when using HTML input type is number

<input type="number">

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

By using above css i can able to hide arrows. Like that is there is anyway to split arrows.

2
  • You can implement this solution and create your own image. Commented Sep 10, 2015 at 11:23
  • @David Thanks, But this is not what i expect, Commented Sep 10, 2015 at 14:44

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.