Created
March 9, 2014 09:32
-
-
Save aforemny/9445197 to your computer and use it in GitHub Desktop.
Example demonstrating field bug with Firefox 27.0.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module InputField where | |
| import Graphics.Input.Field (..) | |
| import Graphics.Input (..) | |
| a = input noContent | |
| f = field defaultStyle a.handle id "Firefox users cannot type in here." | |
| main = lift f a.signal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment