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

Dynamically grow/shrink dimensions of RIEInput during editing #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chuttam
Copy link

@chuttam chuttam commented Oct 29, 2017

Currently, RIEInput :

  • defaults its size to 20, which limits visibility of entered text that's longer.
  • only shows 20 characters when an RIEInput field is clicked on, to enter edit mode.

Old behavior

old

New behavior

new

  • Clicking to enter editable mode now opens <input> element with initial size adjusted to the existing text value.
  • Size of <input> element now grows/shrinks as you type (min width is still defaulted to 20)

Currently, RIEInput :

* defaults its <input> size to 20, which limits visibility of entered
text that's longer.
* only shows 20 characters when an RIEInput field is clicked on, to
enter edit mode.
@bartoszhernas
Copy link

bartoszhernas commented Dec 29, 2017

+1 can someone merge :)?

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

Successfully merging this pull request may close these issues.

2 participants