Skip to content

Commit

Permalink
SVY-15444 bootstrapcomponents textbox visibility weird behavior - revert
Browse files Browse the repository at this point in the history
for now, can have side effects
  • Loading branch information
lvostinar committed Sep 18, 2020
1 parent 4cbdcfd commit 2e22898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendar/calendar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='input-group date bts-calendar'
ng-model="model.dataProviderID"
ng-if='model.visible'>
ng-show='model.visible'>
<input type="text"
placeholder="{{model.placeholderText}}"
svy-focusgained='handlers.onFocusGainedMethodID($event)'
Expand Down
2 changes: 1 addition & 1 deletion typeahead/typeahead.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
for value in model.valuelistID.filterList($viewValue)"
typeahead-on-select="doSvyApply(true)"
ng-blur="doSvyApply(false)"
ng-if='model.visible'
ng-show='model.visible'
ng-disabled="!model.enabled"
sablo-tabseq='model.tabSeq'
ng-readonly="model.readOnly || !model.editable"
Expand Down

0 comments on commit 2e22898

Please sign in to comment.