Disable save button for temp when no value entered
This commit is contained in:
@@ -75,6 +75,7 @@ export default class Temp extends Component {
|
|||||||
})
|
})
|
||||||
navigate('dayView', { cycleDay })
|
navigate('dayView', { cycleDay })
|
||||||
}}
|
}}
|
||||||
|
disabled={ this.state.currentValue === '' }
|
||||||
title="Save">
|
title="Save">
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user