File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ module FormToolkit.View exposing
2727
2828-}
2929
30- import File
3130import FormToolkit.Error exposing (Error )
3231import FormToolkit.Field as Field exposing (Field (..) , Msg )
3332import FormToolkit.Value exposing (Value (..) )
@@ -94,6 +93,7 @@ type alias FieldAttributes id =
9493 , disabled : Bool
9594 , hidden : Bool
9695 , pattern : List Internal . Utils . MaskToken
96+ , acceptedMimeTypes : List String
9797 }
9898
9999
Original file line number Diff line number Diff line change @@ -448,11 +448,6 @@ suite =
448448 ]
449449 )
450450 )
451-
452- -- , describe "and errors are presented in the correct order" []
453- -- , test errors are not repeated after multiple updates
454- -- , test group decoding yields error (implemented)
455- -- , describe "blank string" should be blank
456451 ]
457452 , let
458453 original =
You can’t perform that action at this time.
0 commit comments