提交 50e36673 编写于 作者: U urcan

fix issue #162 avoid arbitrary text in file upload input

上级 14211825
......@@ -19,7 +19,7 @@ limitations under the License.
<md-input-container class="md-block">
<label>YAML or JSON file</label>
<!--TODO: Browse file on focus doesn't work in Firefox. It is to be investigated.-->
<input ng-model="ctrl.file.name" ng-focus="ctrl.browseFile()" />
<input ng-model="ctrl.file.name" ng-focus="ctrl.browseFile()" ng-readonly="true"/>
</md-input-container>
</div>
<md-button type="button" class="md-raised kd-upload-button" ng-click="ctrl.browseFile()">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册