react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

DatePickerInput ~ setModalVisible exposition in ref

Open Izocel opened this issue 9 months ago • 2 comments

Is your feature request related to a problem? Please describe. No bug, but very usefull feature.

Describe the solution you'd like Could you guys expose the modal visibily in the inputs ref ?

  function setModalVisible(value:boolean = false) {
    setVisible(value);
    return value;
  }

  React.useImperativeHandle(ref, () => ({
    setModalVisible
  }));

Izocel avatar Jun 03 '24 13:06 Izocel