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

defaultValueText styling ?

Open ahmadyousefdev opened this issue 5 years ago • 0 comments

Version

  • tcomb-form-native v ^0.6.13

Actual behaviour

defaultValueText from type: Date looks just like a plain text

Question

Can I style defaultValueText (to look like a button for example),,, how can I style it ? my code:

Time: {
          stylesheet: labelStyle,
          label: Languages.DeliveryTime,
          maximumDate: endTime,
          minimumDate: startTime,
          minuteInterval: 10,
          mode: 'time',
          config: {
            format: (date) => { return moment(date).format('HH:mm A') },
            defaultValueText: Languages.TimeChoose,
          }
        }

ahmadyousefdev avatar Nov 19 '19 11:11 ahmadyousefdev