-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: implement directive to transform text in an input field #1099
Milestone
Comments
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 1, 2019
…sing it to a ngControl - added directive `input[starkTransformInput], textarea[starkTransformInput]` - added partial demo ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 1, 2019
…sing it to a ngControl - added directive `input[starkTransformInput], textarea[starkTransformInput]` - added partial demo ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 1, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added test for directive ISSUES CLOSED: NationalBankBelgium#1099
Merged
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added test for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added test for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 4, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added partial demo - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 5, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added demos - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 6, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - added demos - small refactor demo page - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 6, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 6, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 7, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 7, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page / documentation - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 7, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page / documentation - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 7, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page / documentation - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 8, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page / documentation - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 13, 2019
…sing it to a ngControl - added directive `[starkTransformInput]` - created new module - added demo page / documentation - small refactor demo page keyboard-directives - added tests for directive ISSUES CLOSED: NationalBankBelgium#1099
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Expected behavior
It should be possible to add a directive to simply transform the text in an input field to uppercase/lowercase as the user types.
We could also provide the same feature for FormControl's.
What is the motivation / use case for changing the behavior?
Requested by some projects already using previous versions of Stark.
The text was updated successfully, but these errors were encountered: