Meteor: Bootstrap Modal breaks when handlebars values change

前端 未结 2 1871
别跟我提以往
别跟我提以往 2020-12-22 05:13

I\'m making a modal to handle payments, and I want to use some handlebars helpers to do form validation.

Here\'s the html:



        
2条回答
  •  误落风尘
    2020-12-22 05:43

    It's a hack until the new blaze UI comes out.

    The reason it fails is because as soon as the template changed, the entire template is redrawn, but the twitter bootstrap code is not applied.

提交回复
热议问题