FΞLIX
FΞLIX
It's also not working for me on iOS. The nested Text elements don't show any difference in styling. native-base: 3.4.16 expo: 46.0.10 react-native: 0.69.5
Thanks, I can confirm your conclusion. But have you tested it and run into a problem with it? It's been like this for the last 5 years. Is it a...
I'm not sure how this is a problem specific to ValidForm Builder. The unserialize implementation in this static method is calling the `unserialize` method of PHP with some decoding and...
The unserialize method within ValidForm Builder can be seen as a utility method to unserialize any type of objects. It could be a ValidForm object or a ValidWizard object, but...
Validation of file uploads is much more than just checking the "value" of the filename. Almost always files get uploaded asynchronously from the form itself and get checked by logic...
Removal of the "original" field should only be possible if there are more than 1 field. Also the "remove" label should be visible only if there are more than 1...
I don't think that we want to have button that does two things depending on the situation, but looks the same regardless. That's just bad UX.
@kaphert, I don't understand. It is working in release v4.1.8, but not in the "master" branch?
So we broke it after the last release? Shouldn't be too hard to track then.
Yes @rvanbaalen, your code looks like a viable solution.