André Pena
André Pena
This is controversial. There might be use cases for not visible fields being posted, even though I clearly see why you're asking this. We should use this thread to discuss...
@JonatanSalas Again, it's controversial. The fact that a field is not visible doesn't mean it doesn't have a value. And it doesn't mean it should be undefined. In fact, a...
One easy option would be to create a general `prop` called `submitInvisibleFieldValues` that defaults to false but you could turn on at will.
I don't think values should be cleared when turned invisible. Conversely, @danigomez's problem is the values being submitted. Maybe we should just treat it as I mentioned above.
What I mean is: An easy solution (not necessarily the best) would RAF to have a property called `submitInvisibleFieldValues` that defaults to true (I said false earlier but I think...
It's definitely a bug. Thanks for reporting. At least the `DateTimePicker` I can take a look.
I understand the problem now. Basically, the built-in [moment localizer](https://github.com/redux-autoform/redux-autoform-utils/blob/master/src/localization/momentLocalizer.js) supports you passing a moment instance in. So, you can default the default **culture** but you cannot define the default...
This weekend I'll be able to spend some time looking into it. On Fri, Oct 7, 2016 at 9:10 AM, Jonatan E. Salas [email protected] wrote: > @andrerpena https://github.com/andrerpena here I...
@suchostone , I totally agree. Actually, these are the data-types I wanted to support and the current state: - [ ] Entity - [X] Array of Entity - [X] Primitive...
I'll try to solve this one tonight. Don't worry =)