Skip to content

Commit fc79503

Browse files
fixup! Replace custom input field with NcInputField
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
1 parent a953b16 commit fc79503

6 files changed

Lines changed: 9 additions & 11 deletions

File tree

apps/user_status/src/components/CustomMessageInput.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</NcButton>
3131
</NcEmojiPicker>
3232
<div class="custom-input__container">
33-
<NcInputField maxlength="80"
33+
<NcTextField maxlength="80"
3434
:disabled="disabled"
3535
:placeholder="$t('user_status', 'What is your status?')"
3636
:value="message"
@@ -44,13 +44,13 @@
4444
<script>
4545
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
4646
import NcEmojiPicker from '@nextcloud/vue/dist/Components/NcEmojiPicker.js'
47-
import NcInputField from '@nextcloud/vue/dist/Components/NcInputField.js'
47+
import NcTextField from '@nextcloud/vue/dist/Components/NcTextField.js'
4848
4949
export default {
5050
name: 'CustomMessageInput',
5151
5252
components: {
53-
NcInputField,
53+
NcTextField,
5454
NcButton,
5555
NcEmojiPicker,
5656
},

dist/user-status-modal-8299.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
/*! For license information please see NcEmojiPicker.js.LICENSE.txt */
22

3-
/*! For license information please see NcInputField.js.LICENSE.txt */
4-
53
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

dist/user-status-modal-8299.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/user_status-menu.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/user_status-menu.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)