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

bug, mdInput and textarea not On the same horizontal line in table #6730

Closed
ghost opened this issue Aug 30, 2017 · 3 comments
Closed

bug, mdInput and textarea not On the same horizontal line in table #6730

ghost opened this issue Aug 30, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2017

Bug, feature request, or proposal:

bug

What is the expected behavior?

mdInput and textarea not On the same horizontal line in table
1

What is the current behavior?

mdInput and textarea On the same horizontal line in table

What are the steps to reproduce?

<table>
    <tr>
               
      <td>
        <md-input-container>
          <input mdInput placeholder="input" >
        </md-input-container>
      </td>
      <td>
        <md-input-container>
          <input mdInput placeholder="input2" >
        </md-input-container>
      </td>
      <td>
        <md-input-container>
          <textarea mdInput placeholder="textarea" ></textarea>
        </md-input-container>
      </td>
    </tr>
  </table>

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

angular: 2.0.0-beta.10-70bd5fc

Is there anything else we should know?

@ghost ghost changed the title bug, mdInput and textarea not On the same horizontal line int table bug, mdInput and textarea not On the same horizontal line in table Aug 30, 2017
@donroyco
Copy link
Contributor

Partly tracked in #2124

@josephperrott
Copy link
Member

Closing as duplicate of: #2124

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants