Skip to content
  • Ryan McGeary's avatar
    44a9aedd
    Fix explicit names on multiple file fields · 44a9aedd
    Ryan McGeary authored
    If a file field tag is passed the multiple option, it is turned into an
    array field (appending "[]"), but if the file field is passed an
    explicit name as an option, leave the name alone (do not append "[]").
    
    Fixes #9830
    44a9aedd
    Fix explicit names on multiple file fields
    Ryan McGeary authored
    If a file field tag is passed the multiple option, it is turned into an
    array field (appending "[]"), but if the file field is passed an
    explicit name as an option, leave the name alone (do not append "[]").
    
    Fixes #9830
Loading