Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

mobx-react-form

Reactive Mobx Form State Management
Collective - Host: opensource - https://opencollective.com/mobx-react-form - Website: https://medium.com/@foxhound87 - Code: https://github.com/foxhound87

fix: Field Props Bindings

github.com/foxhound87/mobx-react-form - 475880e96526bc829f2b374a69ceca7b3053b738 authored about 8 years ago
fix: #188 showErrors(false) on field clear()

github.com/foxhound87/mobx-react-form - b971fecf999d8fd9b98b098c75446e5dba80fa88 authored about 8 years ago
chore: removed .DS_Store

github.com/foxhound87/mobx-react-form - fb640c4114646a58f0807284e979fef1b4fc181b authored about 8 years ago
fix: introduced setup() method

github.com/foxhound87/mobx-react-form - 72b4dfd1071b0c4d0eb305f9dda4f106be49202a authored about 8 years ago
fix: form options + introduced alwaysShowDefaultError

github.com/foxhound87/mobx-react-form - 7d208eeff9a220dde3fbce3be2f49886b9d9c40b authored about 8 years ago
fix: #185 parse date

github.com/foxhound87/mobx-react-form - 81b296f6f957eec9d3946cf9f9b26f7b2ec8f183 authored about 8 years ago
fix: allow SVK nested object validation

github.com/foxhound87/mobx-react-form - d9e306973aa4fa195fb2290adf8403cce351a280 authored about 8 years ago
fix: #103 strict props

github.com/foxhound87/mobx-react-form - bd37df4e0793c27d1842d8e3ac2a16efbfda0a76 authored about 8 years ago
test: allowed props

github.com/foxhound87/mobx-react-form - 15bcedcd8f92a4b78d7ce626ea2d49fd01347cba authored about 8 years ago
test: set field value

github.com/foxhound87/mobx-react-form - c9b72ecb4c397f4b7eefba345b2fc5a2a6153abe authored about 8 years ago
fix: set field value

github.com/foxhound87/mobx-react-form - 9725c38bd1cd082069a1b620a2ca14e435901712 authored about 8 years ago
fix: empty array / no fields

github.com/foxhound87/mobx-react-form - 64128afe66428caf3649602c610f4ff38a87e070 authored about 8 years ago
fix: validate > validators

github.com/foxhound87/mobx-react-form-devtools - d8cc9f4d4e1074cce32f53c4c7c5b65e129bb369 authored about 8 years ago
feat: introduced form validating computed

github.com/foxhound87/mobx-react-form-devtools - 4aa2e13c7c91c63b0346c9dab81380c046062153 authored about 8 years ago
fix: #181 #182 .isEvent for React Native

github.com/foxhound87/mobx-react-form - 226f6514cb434b37bb47af96b5a46cef0e5e68e9 authored about 8 years ago
Merge branch 'levic92-patch-2'

github.com/foxhound87/mobx-react-form - 7d5a281848e7de4c88c60c67a204851f2a61a402 authored about 8 years ago
Fix .isEvent for React Native

github.com/foxhound87/mobx-react-form - 2fca80e517154837f5a0a11444db3757e15063af authored about 8 years ago
fix: #180 handle dates: clear() and isEmpty()

github.com/foxhound87/mobx-react-form - 6ac6d4ac60e0cab43bb4013d71d4203ecd0deee0 authored about 8 years ago
fix: form controls button style

github.com/foxhound87/mobx-react-form-devtools - 08c13a12225055692a713d698c0a01df6e8d5ac0 authored about 8 years ago
fix: #179 wrong deep field path for initField() on update()

github.com/foxhound87/mobx-react-form - 139d80b107e3f3b1f2547ed606f30b8a418d80f2 authored about 8 years ago
fix: #179 observe values after update/init

github.com/foxhound87/mobx-react-form - 1482b3f07230ca87d86598147a1dbdccace6b7ff authored about 8 years ago
fix: event handlers

github.com/foxhound87/mobx-react-form - 01e8afc64ad41dc54b79ae840a5ca21fe7b8711d authored about 8 years ago
fix: #175 handling zero

github.com/foxhound87/mobx-react-form - 9207f5db7302d624b359b51b1fbb3bedfa2642b5 authored about 8 years ago
docs: updated changelog

github.com/foxhound87/mobx-react-form - 89df7e16046c5b1967c0c05663cefcd605ff3ca7 authored about 8 years ago
fix: introduced autoParseNumbers option

github.com/foxhound87/mobx-react-form - 6281645d7059d2e412227328a4c29aecb347156e authored about 8 years ago
fix: #175 decimal values

github.com/foxhound87/mobx-react-form - 79bbe839a3e9de298bef53c4d4756a86c97b8c41 authored about 8 years ago
docs(updated changelog):

github.com/foxhound87/mobx-react-form - 3c9d0cb70aaf09eaf5625256bbb169fb20aee783 authored about 8 years ago
fix: introduced form controls

github.com/foxhound87/mobx-react-form-devtools - 34164ad969c8dc67745ff6205e4d35668d963f30 authored about 8 years ago
build: yarn support

github.com/foxhound87/mobx-react-form - 41c6b7fe1655ae67bb9109020a1b837e079dc89e authored about 8 years ago
added markdown example

github.com/foxhound87/mobx-react-form-demo - 8ea39f47e6a70be55ea0569b2c154ffa1651c29d authored about 8 years ago
added labels + htmlFor + unique id

github.com/foxhound87/mobx-react-form-demo - d394286c247d426e0d92eacbbcb82024b11c0499 authored about 8 years ago
fix: introduced unique Field ID

github.com/foxhound87/mobx-react-form - a1c33eb70136dddb559089f5df0d73beb9ed90e9 authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - c32b26713363c6557b9a0ea85031f6f507fd3a43 authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - 53cca967fc0788074b0cec422c314a1a5f1ec4a3 authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - 6d225388e5ea64752f5b2fba156e7b9ee35c7641 authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - 7d8135cdbcf542ed606cacf0e7845aa41cd06b1c authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - 6c98ce1dca83641527c0d1083aeced1edc865571 authored about 8 years ago
updated controls components

github.com/foxhound87/mobx-react-form-demo - 01a1fb3d22b9e142565fb198d9a9dc131f4bdbf6 authored about 8 years ago
custom controls components

github.com/foxhound87/mobx-react-form-demo - 20c5d265c46af5fe4b0d48ea49ec672b32eb9d85 authored about 8 years ago
fix webpack config

github.com/foxhound87/rfx-stack - 1ef7da8b2479d6b9b6a4cb656b89f8aea9402ab4 authored about 8 years ago
webpack client build namespace

github.com/foxhound87/rfx-stack - b173d7b834783193cec55636c3387efc379bec9e authored about 8 years ago
updated vendors

github.com/foxhound87/rfx-stack - 9e2e6688499b3c3717ade5396d4f350415ce63c9 authored about 8 years ago
fix: #170 introduced field placeholder

github.com/foxhound87/mobx-react-form - 62060a94139ae53f487e47985f4758f7b648b9ea authored about 8 years ago
fix: introduced field invalidate() method

github.com/foxhound87/mobx-react-form - bf6c300218d65e67f0f4dec408282fc848a1b04a authored about 8 years ago
added friendly-errors-webpack-plugin

github.com/foxhound87/rfx-stack - 51329c2193b92a02cf97847295441b7e8b4ec83d authored about 8 years ago
added @ path prefix

github.com/foxhound87/rfx-stack - 66295456b18228891d9cec18630b601718306bb6 authored about 8 years ago
#34 + Updated Dependencies

github.com/foxhound87/rfx-stack - 4c94a9913d6eb788de5c237b09fc632a154cd430 authored about 8 years ago