mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Merge pull request #422 from alphagov/commas-in-placeholders
Don’t allow commas in placeholders
This commit is contained in:
@@ -46,9 +46,10 @@
|
||||
|
||||
this.initialHeight = this.$textbox.height();
|
||||
|
||||
this.$backgroundMaskForeground.width(
|
||||
this.$textbox.width()
|
||||
);
|
||||
this.$backgroundMaskForeground.css({
|
||||
'width': this.$textbox.width(),
|
||||
'border-width': this.$textbox.css('border-width')
|
||||
});
|
||||
|
||||
this.$textbox
|
||||
.trigger("input");
|
||||
|
||||
Reference in New Issue
Block a user