Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowedDirection as props #707

Open
softmarshmallow opened this issue Nov 8, 2020 · 2 comments
Open

allowedDirection as props #707

softmarshmallow opened this issue Nov 8, 2020 · 2 comments

Comments

@softmarshmallow
Copy link

         <Resizable
                ref={c => { this.resizable = c; }}
                defaultDirection={{
                     horizontal: true,
                     vertical: false,
                }}
                defaultSize={{
                    width: 375,
                    height: 812,
                }}
                onResize={this.onResize}
 
            >

like this.

@qafoori
Copy link

qafoori commented Jul 31, 2021

am interested with this feature.
now we should use same number or string in minHeight={number | string} and maxHeight={number | string} to keep the height fixed. but that feature would be amazing!

@iamkhalidbashir
Copy link

Needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants