noahsark769/cifilter.app

Floating point numbers cannot be entered

Closed this issue · 1 comments

Steps to reproduce:

  1. Select a filter that has floating point number inputs (I used CIBokehBlur)
  2. Tap in text field for one of the floating point number inputs (I used inputRingAmount)
  3. Try to enter a decimal

Results
Number input keyboard lacks a '.' button.

Expected Results
Keyboard has a '.' button. Maybe use UIKeyboardTypeDecimalPad instead of UIKeyboardTypeNumberPad?

PNG image

Wow, @james-howard thanks for the great report! You're totally right, I was able to reproduce this. I'm going to put this in for the next release (or if you'd like to submit a PR feel free)