Skip to content

Commit 60f7f7d

Browse files
authored
Merge pull request #4 from adidas/fix/placeholder-behavior
Fix placeholder behavior
2 parents 4d2ff10 + a24215e commit 60f7f7d

File tree

6 files changed

+262
-1263
lines changed

6 files changed

+262
-1263
lines changed

.meta.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.1
2+
3+
- Fixed placeholder behavior to avoid input dynamic width.
4+
- Added NPM and TravisCI badges in the README file.
5+
- Updated `@stencil/core`.
6+
- Removed `.meta.yml` file.
7+
18
# 1.1.0
29

310
- Fixed component to be able to work within a `<form/>` element.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![npm version](https://badge.fury.io/js/choicesjs-stencil.svg)](https://www.npmjs.com/package/choicesjs-stencil)
2+
3+
[![Build Status](https://api.travis-ci.com/adidas/choicesjs-stencil.svg?branch=master)](https://travis-ci.com/adidas/choicesjs-stencil)
4+
15
![](./logo.png)
26

37
# ChoicesJS Web Component

0 commit comments

Comments
 (0)