sowmyan soman

Results 20 comments of sowmyan soman

Tried it in beta.3 same behavior. Basically, within a step I want to show two controls horizontally, Say two list boxes. Now both of them are showing vertically. ![image](https://cloud.githubusercontent.com/assets/11544153/17525193/a72df344-5e2f-11e6-9045-f630ec21e685.png)

attaching the screenshot ![image](https://cloud.githubusercontent.com/assets/11544153/17492421/c277bd9e-5d79-11e6-882d-b7df3b2a9d10.png)

by using the 2.0 version under development it resolves this error, but this version is not yet stable as there are many css / styling issues "paper-stepper": "Zecat/paper-stepper#hybrid-modular-prototype"

{ "name": "paper-stepper", "version": "2.0-beta.3", "authors": [ "Zecat [email protected]" ], "description": "Material paper-stepper element.", "keywords": [ "web-component", "polymer", "seed" ], "main": "paper-stepper.html", "license": "http://polymer.github.io/LICENSE.txt", "homepage": "https://github.com/zecat/paper-stepper/", "ignore": [ "/._", "/test/"...

In my bower.json , im using the below to get the paper-stepper ``` "paper-stepper": "Zecat/paper-stepper#2.0-beta.3" ```

Thank you so much for the insights...are we going to get all these kind of changes documented ?

> Please disregard as this has been addressed in #10058 recently. No need anymore Is there an example of how to use this async tool? I have used the arun...

Also can we use async with tool decorator ? I am using latest version and when I use the code like below it says tool doesnt support async ``` @tool...