Update CalendarDoc.vue

pull/1478/head
mertsincan 2021-08-26 14:01:05 +03:00
parent 68e748bf92
commit cab4b1cc18
1 changed files with 8 additions and 2 deletions

View File

@ -420,6 +420,12 @@ export default {
<td>null</td> <td>null</td>
<td>Style class of the component.</td> <td>Style class of the component.</td>
</tr> </tr>
<tr>
<td>keepInvalid</td>
<td>boolean</td>
<td>false</td>
<td>Keep invalid value when input blur.</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>