You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
The
type
option is not working as expected. To reproduce specify e.g.{type: 'number'}
.The issue is in this line:
md-data-table/app/md-data-table/scripts/mdEditDialog.js
Line 255 in 0ee26b9
It should read:
As it reads now,
attrs
is always set tooptions.type
, as opposed totype="${options.type}"
.The text was updated successfully, but these errors were encountered: