-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkp/pkp-lib#8850 Add disabled property for form text in ui-library #269
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ipula! Here are a couple of initial comments -- once these comments are addressed I'll pass it along to someone else who knows ui-library better than me for a second round of review.
@@ -90,6 +88,7 @@ export default { | |||
props: { | |||
inputType: String, | |||
optIntoEdit: Boolean, | |||
disableFeild: Boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be disableField
(here and elsewhere)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wll fix this and recommit
@@ -80,7 +78,7 @@ | |||
</div> | |||
</div> | |||
</template> | |||
|
|||
optIntoEdit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like left-over debugging text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will check I think merging issue
@@ -52,8 +52,6 @@ | |||
/> | |||
<span | |||
v-if="prefix" | |||
class="pkpFormField__inputPrefix" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these two lines removed for a reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this also merging issue
3e4f6ac
to
abdc9fb
Compare
adding disabling function for form text field