tcomb-form-native icon indicating copy to clipboard operation
tcomb-form-native copied to clipboard

how to get attrs ?

Open RayhanYulanda opened this issue 6 years ago • 0 comments

Version

Tell us which versions you are using:

  • tcomb-form-native (newest)
  • react-native v0.59.9

Expected behaviour

i need to get the attribute that in the fields. how to get it?

i made this :

var options = {
    fields: {
        name: {
            label: 'Name',
            stylesheet : textInput,
            attrs: {
                idForm: 12,
            }
        },
}

how to get attrs the idForm? because when i call this.refs.form.getValue(); just send the value

RayhanYulanda avatar Aug 16 '19 04:08 RayhanYulanda