client/skr/screens/time-tracking/EditEntry.cjsx in stockor-0.3.0 vs client/skr/screens/time-tracking/EditEntry.cjsx in stockor-0.4.0

- old
+ new

@@ -35,16 +35,14 @@ </BS.Row><BS.Row> <LC.DateTime {...props} step={15} name="start_at"/> </BS.Row><BS.Row> <LC.DateTime {...props} step={15} name="end_at"/> </BS.Row><BS.Row> - <LC.Input sm={12} + <LC.TextArea sm={12} + selectOnFocus editOnly model={@entry} - ref='textarea' onEnter={@onSave} - selectOnFocus editOnly name="description" - type="textarea" label='Description' /> </BS.Row> <BS.Row className="controls"> <BS.Button tabIndex={-1} onClick={@props.onCancel}>Cancel</BS.Button>