Code Monkey home page Code Monkey logo

Comments (5)

FlexiGit avatar FlexiGit commented on May 18, 2024

You can calculated the required space from your extension and call
SDK.resize(undefiend, <yourheighthere>)
after opening and closing the dropdown.

from azure-devops-extension-sdk.

bangaruchary avatar bangaruchary commented on May 18, 2024

... in render()
<Dropdown
placeholder="Select a Value"
items={this.items}
onSelect={this.onSelect}
selection={this.selection}
onExpand={this.onExpand}
onCollapse={this.onCollapse}
/>
...

private onCollapse() {
  SDK.resize(undefined, 100)
};

private onExpand() {
  SDK.resize(undefined, 300)
};

I tried this one, but it still allocates lot of empty space in work item form. Am I missing something here.
Thank you.

from azure-devops-extension-sdk.

georgdrobny avatar georgdrobny commented on May 18, 2024

from azure-devops-extension-sdk.

bangaruchary avatar bangaruchary commented on May 18, 2024

Hi Georg

Yes, I did that change. Control just flashes and then closed. With those changes, its not event allowing us to select the values. It is always re-rendering.

--Chary

from azure-devops-extension-sdk.

bangaruchary avatar bangaruchary commented on May 18, 2024

Hi Georg

I am somewhat able to achieve the required functionality of auto resizing. Following are steps performed:

  1. Default height in the manifest json file is 50
  2. Added onExpand as mentioned in the previous note i.e. height to 200
  3. Removed onCollapse, as this is causing that dropdown is never loaded. Do not know the reasons for this behavior 
  4. Reducing the control height to 50 upon Item selection or valueUpdate

Issues:

  1. Upon first click, control is not completely expanded in layout. Subsequent clicks don't have any problem.
  2. Once a value is selected and if we re-click the dropdown field is getting expanded but never collapse until we select another/same value
    Can you please let us know at least how to fix these issues.

Thank you
Chary

from azure-devops-extension-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.