mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-25 19:15:09 +03:00
Merge pull request #207 from cameron/patch-1
add note in Input docs: <input type="file"> workaround
This commit is contained in:
commit
2e4d1b2801
@ -132,6 +132,9 @@ Instead of implicit submission behavior, [try making an `onEnter` event handler
|
||||
|
||||
And no one has to look up obtuse html documentation to understand the behavior of their code :).
|
||||
|
||||
# File Inputs
|
||||
|
||||
Presently, elm-ui does not expose a replacement for `<input type="file">`; in the meantime, an `Input.button` and `elm/file`'s `File.Select` may meet your needs.
|
||||
|
||||
# Disabling Inputs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user