nhn / toast-ui.react-calendar

TOAST UI Calendar wrapper for React.js
MIT License
168 stars 43 forks source link

How can i disable this resizing option and icon also disable drag and drop option #73

Open shakil-brl opened 2 years ago

shakil-brl commented 2 years ago

image

Version

Test Environment

Current Behavior

// Write example code

Expected Behavior

adhrinae commented 2 years ago

https://nhn.github.io/tui.calendar/latest/Options

set isReadOnly to true.

shakil-brl commented 2 years ago

image its not working sir

adhrinae commented 2 years ago

https://codesandbox.io/s/hopeful-dust-w2502n?file=/src/App.js

Looks like it's working for me.

I wonder how your CustomTuiCalendar component handles props.

And this section might be helpful for you.