Commit Graph
165 Commits
Author SHA1 Message Date
neverlandandGitHub e3d6328815 fix(Field): incorrect disabled color in iOS 14 (#7206)
* fix(Field): incorrect disabled color in iOS 14

* fix: field style
2020-09-18 21:30:16 +08:00
neverlandandGitHub e7deea7195 fix(Field): disallow minus when using digit type (#7114) 2020-09-05 14:54:05 +08:00
neverlandandGitHub d0eb103cba docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
neverlandandGitHub f6e3aaebec fix(Form): should reset validation before submit (#7103) 2020-09-05 06:30:00 +08:00
VictorandGitHub f8d2572354 fix(Field): fix the issue of checking empty value (#7050)
* fix(Field): fix the issue of checking empty value

* fix: field tests

* docs: remove radio-group

* docs: remove required translation key
2020-09-02 20:14:55 +08:00
neverlandandGitHub aca86a8c21 fix(Field): failed to reset validation when message is empty (#6867)
* fix(Field): failed to reset validation when message is empty

* fix: test case
2020-07-25 09:57:48 +08:00
neverlandandGitHub fb540abe76 style(Field): adjust icon margin to 4px (#6849) 2020-07-23 21:07:58 +08:00
neverlandandGitHub 53e64d229f fix(Field): can't display six characters in iOS (#6743) 2020-07-09 14:39:07 +08:00
neverlandandGitHub db09f29aa8 feat(Field): add clear-trigger prop (#6699) 2020-07-04 12:18:25 +08:00
neverlandandGitHub b5d88cbe4a docs(Field): add center prop (#6687) 2020-07-03 14:14:11 +08:00
neverlandandGitHub ca0c7c236d docs(Field): add input type faq (#6609) 2020-06-25 16:45:27 +08:00
neverlandandGitHub cf4b9a4449 style(Field): allow label word wrap (#6590) 2020-06-21 21:40:00 +08:00
neverlandandGitHub 49a9bcdaf2 style(Field): label width use em unit (#6589) 2020-06-21 21:36:22 +08:00
neverlandandGitHub e1f67fa898 style(Field): label width adjusted to 84px (#6583) 2020-06-20 16:56:25 +08:00
neverlandandGitHub ce3a519098 fix(Field): disabled label color (#6582) 2020-06-20 16:30:12 +08:00
neverlandandGitHub 3083b3a418 style(Field): label color updated to gray-7 (#6581) 2020-06-20 16:26:41 +08:00
neverlandandGitHub 95313ef459 feat(Field): add format-trigger prop (#6566) 2020-06-18 20:57:42 +08:00
neverlandandGitHub 35a4b95ef2 style(Field): remove word num full color (#6545) 2020-06-15 21:02:29 +08:00
neverlandandGitHub 700a0f23f7 fix(Field): should not display null (#6542) 2020-06-15 17:42:21 +08:00
neverlandandGitHub 4b786cdba3 feat(Form): rule message can be empty (#6536) 2020-06-14 20:49:53 +08:00
neverlandandGitHub f545a47047 style(Field): update disabled color (#6534) 2020-06-13 13:23:15 +08:00
FishPlusOrangeandGitHub 8a016e64cb docs(Field): optimize docs (#6527) 2020-06-12 15:27:31 +08:00
neverlandandGitHub 6de66e0455 feat(Stepper): add placeholder prop (#6519) 2020-06-11 16:54:41 +08:00
neverlandandGitHub 1035503d65 fix(Field): formatter not work when v-model changed (#6490) 2020-06-08 20:41:19 +08:00
neverlandandGitHub 9adbfcb26c perf(Field): reduce input value assignment (#6489) 2020-06-08 19:57:25 +08:00
neverlandandGitHub 472c4f35ae style(Field): default label align should be left (#6459) 2020-06-04 15:10:25 +08:00
lazy1993andGitHub ba04660ed3 feat(Field): fix render error when value is null or undefined (#6419) 2020-05-30 20:34:52 +08:00
neverlandandGitHub 126f2124a2 fix(Field): can not disable error in form (#6382) 2020-05-26 19:41:00 +08:00
neverlandandGitHub 31acd1dde1 docs(Search): add clear icon faq (#6372) 2020-05-25 20:23:44 +08:00
neverlandandGitHub 877ebd6054 feat(Form): add submit-on-enter prop (#6336) 2020-05-21 19:21:49 +08:00
neverlandandGitHub bb65c62b1e fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverlandandGitHub ee599ddcbe style(Field): adjust field placeholder color to gray-5 (#6304) 2020-05-19 11:04:16 +08:00
neverlandandGitHub 6870bdcbc2 feat(Field): add extra slot (#6290)
* feat(Field): add extra slot

* docs: remove form demo style
2020-05-16 11:18:08 +08:00
neverlandandGitHub 0adfe59ddc fix(Field): textarea line break failed on enter (#6263) 2020-05-12 15:47:28 +08:00
chenjiahan 09fdde8c56 fix(Field): should not submit form on enter (#6240) 2020-05-08 21:03:18 +08:00
chenjiahan a7968c5f6e feat(Field): add click-input event (#6239) 2020-05-08 20:54:31 +08:00
neverlandandGitHub e61aa29118 fix(Stepper): incorrect value when format minus value (#6238) 2020-05-07 22:15:46 +08:00
neverlandandGitHub 4adefe5605 feat(Field): add colon prop (#6195) 2020-05-01 19:31:23 +08:00
chenjiahanandneverland 7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan 2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahanandneverland b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
neverlandandGitHub 537e80e37a fix(Stepper): readonly not work in lagacy mobile safari (#5976) 2020-04-01 18:15:23 +08:00
neverlandandGitHub 6ce940d0db feat(Form): add show-error prop (#5941) 2020-03-29 15:28:35 +08:00
neverlandandGitHub 529457cbb6 feat(Form): add show-error-message prop (#5927) 2020-03-27 15:26:16 +08:00
chenjiahan d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan f0a292134b fix(Field): should not cache input slot (#5868) 2020-03-20 14:35:52 +08:00
lmx-HexagramandGitHub f36961fe29 docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
chenjiahan b5a910f41e docs(Field): update digit type description 2020-03-19 19:15:27 +08:00
chenjiahan 7af2c99b4a fix(Stepper): skip form number validation (#5792) 2020-03-11 17:24:22 +08:00
chenjiahan e89baa12ae feat(Field): improve number keyboard 2020-03-11 11:23:24 +08:00