Skip to content

Commit

Permalink
Fix FileInput.filename readonly bug (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Sep 23, 2019
1 parent c0f5499 commit 32c0451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FileInput(Widget):

_widget_type = _BkFileInput

_rename = {'name': None}
_rename = {'name': None, 'filename': None}

def _process_param_change(self, msg):
msg = super(FileInput, self)._process_param_change(msg)
Expand Down

0 comments on commit 32c0451

Please sign in to comment.