Skip to content

Commit

Permalink
OC-13776 Add integer item appearance options to Form Designer
Browse files Browse the repository at this point in the history
  • Loading branch information
gushil committed Oct 22, 2020
1 parent 08bacd4 commit b2de1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsapp/xlform/src/view.rowDetail.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ module.exports = do ->
select_multiple: ['minimal', 'columns', 'columns-pack', 'columns-4', 'columns no-buttons', 'columns-pack no-buttons', 'columns-4 no-buttons', 'image-map']
image: ['draw', 'annotate', 'signature']
date: ['month-year', 'year']
integer: ['analog-scale horizontal', 'analog-scale horizontal no-ticks', 'analog-scale vertical', 'analog-scale vertical no-ticks', 'analog-scale vertical show-scale']

types[@model_type()]
html: ->
Expand Down

0 comments on commit b2de1da

Please sign in to comment.