formex_vex:用于Formex的Vex验证器适配器

时间:2024-06-04 09:15:52
【文件属性】:

文件名称:formex_vex:用于Formex的Vex验证器适配器

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-04 09:15:52

Elixir

Formex Vex 图书馆集成与验证 。 安装 def deps do [{ :formex_vex , " ~> 0.1.0 " }] end config/config.exs config :formex , validator: Formex . Validator . Vex 有关更多信息,请参见。 用法 def build_form (form) do form |> add ( :name , :text_input , validation: [ presence: :true , length: [ in : 10 .. 150 ]]) |> add ( :content , :textarea , validation: [ presence: [ message: " can't be blank " ]]) |>


【文件预览】:
formex_vex-master
----mix.exs(1KB)
----config()
--------test.exs(183B)
--------config.exs(72B)
----.credo.exs(6KB)
----.formatter.exs(94B)
----test()
--------support()
--------formex_vex()
--------test_helper.exs(15B)
----LICENSE.md(1KB)
----.gitignore(513B)
----lib()
--------formex_vex.ex(931B)
----README.md(926B)

网友评论